RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: okliv
i cant get sorting to work for text field (not string one)
string
searchable do ... text :name end
Sunspot.search(Article) do ... order_by :name, :asc end
i have an exception: Sunspot::UnrecognizedFieldError (No field configured for Article with name 'name')
if i reindex with string :name - it become sortable but i loosing possibility to nGram search on that field
string :name
did anyone have same issue and got solution to it?
i cant get sorting to work for text field (not
string
one)i have an exception:
Sunspot::UnrecognizedFieldError (No field configured for Article with name 'name')
if i reindex with
string :name
- it become sortable but i loosing possibility to nGram search on that fielddid anyone have same issue and got solution to it?