#1176 closed defect (bug) (wontfix)
search query bug
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 1.5.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
I was working on the wordpress search query, when i bumped into this amusing bug:
e.g. with the following text:
[some text][markdown url id]
[markdown url id]: /some_page/
You get the following false positives:
$s = 'markdown url id'
$s = 'some_page'
i submitted the bug to michel fortin already.
Change History (3)
Note: See
TracTickets for help on using
tickets.
On second inspection, it has more to do with WordPress than with Markdown.
The following bug is more interesting:
http://www.semiologic.com/?s=1
WordPress searches in tags, links, etc. whereas it would be more relevant to search in a plain text, cleaned up version of the text.
Suggested workaround 1:
side effects:
Suggestion workaround 2:
side effects: