Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
node system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Dec 2010 at 15:06 UTC
Updated:
29 Jul 2014 at 19:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
bblake commentedPatch included
Comment #2
bblake commentedComment #3
febbraro commentedsubscribe
Comment #4
agentrickardReally smart patch.
Should also apply this to
user_search_execute. Needs a documentation patch to the .api files and a test to see that the query can be altered when tagged.Comment #5
joelcollinsdc commentedsubscribe
Comment #6
agentrickardMoving
Comment #7
adamdicarlo commentedSubscribe.
Comment #8
rbayliss commentedThis feels like a bug in SearchQuery... it is adding the tag too late. In PagerDefault, the tag is added in the constructor so that it is always in place when preExecute is called. I'd propose a single fix to SearchQuery over patching the *_search functions individually.
Comment #9
rafinskipg commentedSubscribe.
Comment #10
agentrickard@rafinskipg Please use the Follow button in the upper right instead. Otherwise you spam the rest of us.
Comment #11
rbayliss commentedSorry, forgot to update this ticket, but I created a new issue for the approach I suggested above and submitted a patch there: #1435834: Cannot alter search queries, tag added too late.
Comment #12
James Andres commentedSubscribe (sorry for the spam didn't know d.o had that follow button now).
Comment #13
jhodgdonThis is actually a duplicate of #1435834: Cannot alter search queries, tag added too late and was resolved by #1366020: Overhaul SearchQuery; make search redirects use GET query params for keywords in D8.