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

jhodgdon’s picture

If we make node search into a View then will this be moot?

pwolanin’s picture

Nope, but one possible way to do it would be to add an alter hook to the manager.

jhodgdon’s picture