#12 closed enhancement (fixed)
Search with two or more search terms
Reported by: | philipp | Owned by: | philipp |
---|---|---|---|
Priority: | normal | Milestone: | confclerk 0.5.1 |
Component: | GUI | Version: | confclerk 0.5.0 |
Keywords: | Cc: |
Description
Although gregoa already improved the functionality already with commit r1335 I create this ticket because gregoa wants me to review his changes ;-)
When searching with a search term with more than one words separated by whitespace, it is handled as "one long word" in confclerk 0.5.0.
Change History (7)
comment:1 Changed 11 years ago by
Milestone: | → confclerk 0.5.1 |
---|---|
Owner: | set to philipp |
Status: | new → accepted |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
The "bind" parameter for QSqlQuery
is the same for each search term. Effect: Only the last search term is used.
comment:5 Changed 11 years ago by
Problem with trailing space in the search terms. Try to search for "gregor
" at the DebConf 2010 conference data. No hits.
comment:6 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
I think that commit r1343 resolves both, the trailing space problem and usage of AND instead of OR for the search words.
comment:7 Changed 11 years ago by
Priority: | serious → normal |
---|
The commit r1335 combines the search terms with OR. I personally would prefer AND.