Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
a.usenko committed May 31, 2023
1 parent 6bdbc72 commit 74f4b08
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class SimpleFilterTests : BaseCompilerTest<SearchQueryCompiler>(::SearchQueryCom


object BikeQueryFilters : QueryFilters() {
val manufacturer by FacetFilter(BikeDocument.manufacturer)
val price by SimpleFilter(BikeDocument.price, mode = FilterMode.INTERSECT)
val priceUnion by SimpleFilter(BikeDocument.price, mode = FilterMode.UNION)
}
Expand Down

0 comments on commit 74f4b08

Please sign in to comment.