ruby - Sunspot Solr search using false value -


i want implement search solr filed when view checkbox clicked

what parameter should send?

my solr store follows

boolean :from_vendor !from_vendor? end

where from_vendor boolean attribute in table, want exclude from_vendor => true search, must search false value search param, shebang(!) sign can avoided in store.

not sure should send search param, because logic is, splitting param string , , based upon assign condition it, like, if send params

"0,+" , means solr search value greater 0. in case how should construct params?

thanks in advance.


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -