Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search for multiple words does not work #6

Open
JohannesLorenz opened this issue Mar 4, 2014 · 0 comments
Open

Search for multiple words does not work #6

JohannesLorenz opened this issue Mar 4, 2014 · 0 comments

Comments

@JohannesLorenz
Copy link
Owner

If you insert 128 and 10 into the search text field (top left, main window), it searches for "128 10", instead for songs that have 128 and ten in (possibly) different columns. This is annoying: You can not search for 128 kbps files with a rating of 10.

How to fix? Maybe just a change of the flags in MainWindow.cpp

tableWidget.findItems(text, Qt::MatchContains);

or otherwise, we might need to split the string and parse one substring after another.

@JohannesLorenz JohannesLorenz added this to the LQ Carnival Commits milestone Mar 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant