Sinar / sinar_popit_ui

Just a UI app to communicate to popit with extra stuff we need
0 stars 1 forks source link

Search do not limit by name #42

Open sweemeng opened 8 years ago

sweemeng commented 8 years ago

in elasticsearch q parameter can be only the term to be search ?q=search_value.

Verify in API if this need more update, remove limit in UI

This is for #41

leowmjw commented 8 years ago

@sweemeng Can specific field be specified in lasticsearch query; in Solr we can go things like "award:Dato" assuming award is a field being indexed (Elasticserach index all fields by default right?)

sweemeng commented 8 years ago

yes, currently it is q=name:something which is a little stupid