Hello typesense community, i would like to ask you...
# community-help
h
Hello typesense community, i would like to ask you about an ambiguity when querying my data for example i have to int32 fields in my collection x and y [x,y] is actually an interval and in certain cases i would need to get values that doesn't belong to that interval. to do this i thought i would do normally this
filter_by= x :> n || y :< n
where n is the value that have to be out of the [x,y] interval but then i realised that || does not exist in typesense querying . so i wanted to ask about the most convenient way to do it knowing that i am applying pagination on the returned data such as per_page and page
j
@houssemro Typesense does not support cross-field ORs at the moment. But here's a work around: https://github.com/typesense/typesense/issues/281#issuecomment-948179523