Filter with 2 attributes #599
iweezagency
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment 1 reply
-
Hi @iweezagency 👋 It is not possible to filter on Can you tell me more about your use-case for using Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I looking a way to filter results as in SQL = WHERE col1 <= col2,
In my case I use meilisearch to search with geoRadius and I have a "item_range" attribute I want to do
$options['filter'] = "_geoDistance <= item_range AND _geoRadius({$lat}, {$lng}, {$range})";
But I have no result, it is exist a way to deal with it ?
thanks
Beta Was this translation helpful? Give feedback.
All reactions