bitmagnet-io / bitmagnet

A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.
https://bitmagnet.io/
MIT License
1.96k stars 74 forks source link

Exact Phrase Search #224

Closed 8ullyMaguire closed 2 months ago

8ullyMaguire commented 2 months ago

Search for an exact sequence of words by enclosing the phrase in double quotes, e.g., "Keyword1 keyword2". For instance, a search for "kw1 kw2" kw3 kw4 would return results containing kw1 and kw2 together (in that order), and kw3 and kw4 appearing anywhere in the result.

Related

mgdigital commented 2 months ago

Hi, this is already possible, please see https://bitmagnet.io/tutorials/text-search.html