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
Hi , I'm trying to sort by name, but I'm not getting the results properly sorted, I would like to know if anyone here got any ideas what is going on. the field I'm trying to sort is not_analyzed ,
when I get results the order is not right, if I inspect the sort attribute when I search results (not records) with Device.__elasticsearch__.search(query).results.map{|o| o["sort"]} I get something like this:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi , I'm trying to sort by name, but I'm not getting the results properly sorted, I would like to know if anyone here got any ideas what is going on. the field I'm trying to sort is not_analyzed ,
the query is:
when I get results the order is not right, if I inspect the sort attribute when I search results (not records) with
Device.__elasticsearch__.search(query).results.map{|o| o["sort"]}
I get something like this:I've mapped the field as not_analyzed
The text was updated successfully, but these errors were encountered: