File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/main/scala/algoliasearch Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ import org.json4s._
35
35
* exclude records from the search results. Records that match the optional filter rank before records that don't
36
36
* match. If you're using a negative filter `facet:-value`, matching records rank after records that don't match. -
37
37
* Optional filters don't work on virtual replicas. - Optional filters are applied _after_ sort-by attributes. -
38
+ * Optional filters are applied _before_ custom ranking attributes (in the default
39
+ * [ranking](https://www.algolia.com/doc/guides/managing-results/relevance-overview/in-depth/ranking-criteria/)). -
38
40
* Optional filters don't work with numeric attributes.
39
41
*/
40
42
sealed trait OptionalFilters
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ import org.json4s._
39
39
* exclude records from the search results. Records that match the optional filter rank before records that don't
40
40
* match. If you're using a negative filter `facet:-value`, matching records rank after records that don't match. -
41
41
* Optional filters don't work on virtual replicas. - Optional filters are applied _after_ sort-by attributes. -
42
+ * Optional filters are applied _before_ custom ranking attributes (in the default
43
+ * [ranking](https://www.algolia.com/doc/guides/managing-results/relevance-overview/in-depth/ranking-criteria/)). -
42
44
* Optional filters don't work with numeric attributes.
43
45
*/
44
46
sealed trait OptionalFilters
You can’t perform that action at this time.
0 commit comments