Opened 20 years ago
Closed 19 years ago
#3177 closed defect (bug) (fixed)
"quoted strings" should work in the search box
| Reported by: | ringmaster | Owned by: | ringmaster |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Administration | Version: | 2.0 |
| Severity: | normal | Keywords: | search quotes has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Mentioned patch.