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._
3535 * exclude records from the search results. Records that match the optional filter rank before records that don't
3636 * match. If you're using a negative filter `facet:-value`, matching records rank after records that don't match. -
3737 * 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/)). -
3840 * Optional filters don't work with numeric attributes.
3941 */
4042sealed trait OptionalFilters
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ import org.json4s._
3939 * exclude records from the search results. Records that match the optional filter rank before records that don't
4040 * match. If you're using a negative filter `facet:-value`, matching records rank after records that don't match. -
4141 * 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/)). -
4244 * Optional filters don't work with numeric attributes.
4345 */
4446sealed trait OptionalFilters
You can’t perform that action at this time.
0 commit comments