Modify ↓
Opened 14 years ago
Last modified 14 years ago
#9707 new defect
search ticket does not work when query for both subject keyword and comment keyword
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | next-major-releases |
Component: | search system | Version: | 0.12 |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
If I search tickets for query "optionally anticipate", this should yield #1329 in the results, as the subject for this ticket contains "optionally" and one of the comments contains "anticipate".
But the search contains 0 results as you can see.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
This is due to the currently simplistic way we perform searches, by building one huge SQL query. The query could probably be refactored to support the use case you present. If not, this would have to wait for AdvancedSearch.