how can i retrieve field list defined in searchable block ?
For example from:
Class Model < ...
searchable do
string :field_string
int :field_int
...
end
end
get [:field_string, :field_int, ....]
Thanks
how can i retrieve field list defined in searchable block ?
For example from:
Class Model < ...
searchable do
string :field_string
int :field_int
...
end
end
get [:field_string, :field_int, ....]
Thanks
Use
field_list(@see documentation and field_list.rb) :It is mapped to Solr
flparameter :