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
{{ message }}
This repository has been archived by the owner on Feb 19, 2018. It is now read-only.
@thomas-peyric - I'm working on this at the moment, including a small-ish refactor of the query class. If it's an urgent need, check out https://github.com/liquidm/ruby-druid/tree/search_query. Everything is fully working, including the search queries: query.search(:dim1, :dim2).contains('foo').sort(:strlen).
Add support of 'Search Queries' which returns dimension values that match the search specification ( http://druid.io/docs/latest/SearchQuery.html )
The text was updated successfully, but these errors were encountered: