Open mixxxbot opened 2 years ago
Commented by: Holzhaus Date: 2020-12-01T09:41:24Z
Using quotes allows to include spaces, but I don't think it should require an exact match. How about using ^ and $ like in regexes?
Commented by: mxmilkiib Date: 2020-12-02T04:34:28Z
Ah, so yes, "electro " does work.
Now what one might expect from Google but hey :)
Easiest option would just be to mention this behaviour in the library/search section of the manual?
Commented by: Holzhaus Date: 2020-12-02T09:11:53Z
Easiest option would just be to mention this behaviour in the library/search section of the manual?
Sure, a Pull Request for the manual repository would be appreciated. https://github.com/mixxxdj/manual
Reported by: mxmilkiib Date: 2020-12-01T04:00:34Z Status: Confirmed Importance: Wishlist Launchpad Issue: lp1906340
Searching genre:electro brings up electronic, electronica, electroacoustic, etc.
Searching with quotes, genre:"electro" gives the same set of results.
How about making it so that using quotes requires the search string word end to match the result string word end?