Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
search.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2013 at 01:15 UTC
Updated:
29 Jul 2014 at 22:54 UTC
The NodeSearch class has a array of advanced search keys it support parsing from the query string.
Rather than e.g. overriding this class, it would be better if the plugin could e.g. take in other values from its config, or otherwise allowed developers to add or remove values from this list programatically.
Comments
Comment #1
jhodgdonIf we make node search into a View then will this be moot?
Comment #2
pwolanin commentedNope, but one possible way to do it would be to add an alter hook to the manager.
Comment #3
jhodgdonDuplicate of #256792: Figure out how to allow advanced search operands (alongside type:, category:)