#41018 closed defect (bug) (invalid)
Post Filter Bug
| Reported by: | Brandicoot | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Query | Version: | 4.8 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Bug: When looking at posts in the WP Admin area, if you apply a filter – eg. June 2017. Nothing will show.
Cause: There is a rogue character ‘s’ at the beginning of the URL query string immediately after the question mark. Remove this letter ‘s’, hit enter and the filter works.
Fix: Find whatever code is introducing this stray character and correct it. Then give the developer responsible a jolly good smack on the bottom.
You’re welcome.
Change History (3)
#2
@
9 years ago
- Resolution → invalid
- Status new → closed
Hi @dd32 . I found the cause of the problem. It's a bug with a plugin called "Search Everything". I've removed it. It was starting to annoy me anyway.
Sincere apologies for wasting your time and thanks for the rapid response. Great support!
Cheers
Chris
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi @Brandicoot and welcome back to Trac,
I can't duplicate what you're seeing, can you perhaps test it without any plugins on a default install?
The URL as provided for me is:
There is indeed a
sat the start, but that's completely fine, it expands tos=, ie. a search query with no value, which is expected.It sounds like you may have a plugin installed which is modifying the query when the
sparameter is present, and failing to note that it's empty / not the request it should be modifying.