mirror of
https://github.com/simon987/nyaa.git
synced 2025-04-24 12:45:51 +00:00
* Extend ES term preprocessing for OR groups Implements handling "foo"|"bar" literal OR groups in the Elasticsearch term preprocessor. Groups can be negated with -, but don't mesh with precedence (like plain literals). This is a partial hack, the real solution would be to parse the entire search terms ourselves, with AND and OR groups, negations etc. But having that work neatly with the simple_query_string would be bit of a hassle. * Update help.html search tips since search (quoting strings) has changed a bit.