Opened 18 years ago
Closed 17 years ago
#3177 closed defect (bug) (fixed)
"quoted strings" should work in the search box
Reported by: | ringmaster | Owned by: | ringmaster |
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | 2.0 |
Component: | Administration | Keywords: | search quotes has-patch |
Focuses: | Cc: |
Description
When searching for a quoted string, the words in the quoted string should not be broken up and search for separately.
The attached patch includes support for such searches as:
stuff "other things"
This will find posts that match both "stuff" and "other things".
Check stripslashes() calls, please.
Attachments (2)
Change History (8)
Note: See
TracTickets for help on using
tickets.
Mentioned patch.