#14831 closed enhancement (fixed)
Taxonomy is ignored in search query
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Query | Version: | 3.0.1 |
| Severity: | normal | Keywords: | search, taxonomy |
| Cc: | mikeschinkel@… |
Description
It is not possible to make search query in given term.
For example if i do:
query_posts("taxonomy=jazyk&term=sk&s=word');
Then taxonomy and term parameters are ignored and everything containing 'word' is returned.
And it is also same if i type these parameters to url without query_posts.
Change History (6)
comment:2
mikeschinkel — 3 years ago
- Cc mikeschinkel@… added
- Type changed from defect (bug) to enhancement
Currently, is_search and is_archive are mutually exclusive, for some reason.
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.

Related: #12891