MathWebSearch / mws

MathWebSearch Implementation
https://search.mathweb.org/
GNU General Public License v3.0
46 stars 12 forks source link

clarify what we can do in the text search bar. #88

Closed kohlhase closed 7 years ago

kohlhase commented 9 years ago

In the frontend we should have documentation on what we can do in the text bar. I guess probably we can use "" like in google to mark exact phrases, we probably also can use AND, OR, and NOT, ... But I do not know (and so others will not know). There is probably a help page in ElasticSearch that talks about this, that should be linked in the front-end.

Raduh commented 9 years ago

None of this features is implemented right now in the front end. While ES provides this facilities, the query JSON must explicitly request them.