ryanb / xapit

High level Ruby library for interacting with Xapian, a full text search engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conditions in text query

ryanb opened this issue · comments

Search conditions should be definable in the textual query. If there is a Person model with index.field :age then one should be able to specify age:17 in the text query and get all people matching that age.

search for field conditions in query string, only supported by ClassicQueryParser - closed by 76eed14