Make library search keyword-search instead of phrase-search
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
Wishlist
|
Owen Williams |
Bug Description
Currently, when one searches, two words, Mixxx searches for those two words RIGHT NEXT TO EACH OTHER. It would be more intuitive if the search feature worked more like google or itunes, etc., where, one would type "words in quotes" to find that exact phrase. Also, being able to search parts of an artist's name and part of a song name would be a huge plus.
Example: I'm trying to find the song called "Break My Bank", by New Bois.
Say I had forgotten the exact name.
So currently, if I typed: 'break bank' into the search nothing would come up. The same would go for 'bank new', etc.
Additionally,
Please change the search feature or allow this as an option in preferences! Thank you. *Wishlist*
description: | updated |
Changed in mixxx: | |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
tags: | added: library search |
summary: |
- Improving the search function + Make search work like Google |
tags: | added: weekend |
summary: |
- Make search work like Google + Make library search keyword-search instead of phrase-search |
tags: | added: easy |
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
Isn't this just a matter of changing the SQL statement to use the ~* or LIKE operator?