You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FeatureRequest: search for fixed numeric value
As already described in #97, I would also like, if there was the possibility to search for a fixed numerical value.
So a NumericQuery that searches for a fixed value.
The workaround via bluge.NewNumericRangeInclusiveQuery(value, value, true, true)
works, but is very cumbersome and not simple.
The text was updated successfully, but these errors were encountered:
FeatureRequest: search for fixed numeric value
As already described in #97, I would also like, if there was the possibility to search for a fixed numerical value.
So a NumericQuery that searches for a fixed value.
The workaround via
bluge.NewNumericRangeInclusiveQuery(value, value, true, true)
works, but is very cumbersome and not simple.
The text was updated successfully, but these errors were encountered: