itstommymorgan / asari

a Ruby wrapper for AWS CloudSearch.
52 stars 54 forks source link

Searching literals isn't supported #3

Open andreadellacorte opened 11 years ago

andreadellacorte commented 11 years ago

Searching a literal requires a different kind of search term (bq=literal-name:'literal-value'), but q= is currently hardcoded so they can't be currently searched (and maybe modified as well)

jwarchol commented 10 years ago

@ValiumKnight Is this still the case? Asari supports boolean queries like that: https://github.com/duwanis/asari#boolean-query-usage

lgleasain commented 10 years ago

@ValiumKnight Is this still something we need to address or can we close this?