Opened 7 years ago
Last modified 4 years ago
#36881 new enhancement
Improved hot-wiring of set_found_posts
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Query | Keywords: | has-patch needs-unit-tests |
Focuses: | performance | Cc: |
Description
Currently you can filter posts_request and posts_result to hot wiring the query object add caching. However, this means that in many cases the set found posts method then never gets called. This means that found posts is un-filterable. The set found posts needs to be called after the post results filter.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Related: #36687