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.92k stars 69 forks source link

Regular Expression Search #227

Open 8ullyMaguire opened 1 month ago

8ullyMaguire commented 1 month ago

Implement support for using regular expressions in search queries to enable advanced pattern matching. This would cater to power users who prefer the flexibility and expressiveness of regular expressions in their searches.

Related

mgdigital commented 1 month ago

Once the custom workflows PR is merged it will be possible to achieve a similar effect by adding tags at indexing time, based on regexes and many other criteria (although this isn't exactly regex search). As with other search enhancements they are certainly nice to have but the trade offs will be disk space of indexes and performance - leaving open for further discussion after custom workflows are implemented.