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 was archived by the owner on Apr 13, 2026. It is now read-only.
I have composite indexer like
composite_index = CompositeIndexer(SomeModel.indexer, AnotherModel.indexer)
and I am trying to get result in the following way.
composite_index.search("name:abx").
I am having 'name' tag into one of the indexer. But its returning a resultset
with 0 length.
Original issue reported on code.google.com by nikhil.n...@gmail.com on 12 Sep 2013 at 10:43
Original issue reported on code.google.com by
nikhil.n...@gmail.comon 12 Sep 2013 at 10:43