In #3295564: Views caching is broken with facets 2.0.4 we added the alter_cache_metadata query tag to search queries “fake executed” when saving a view. However, as far as I’m aware there currently isn’t any central place where all existing query tags are listed. For most, this is not a big problem, as you’ll likely encounter a particular search you want to alter and can just look at its tags to (potentially) find one that is specific enough for you.
However, in this case, the tag should in most cases be used when a query is generally altered, to do something different (or nothing at all) when saving a view. People cannot really do that if they have no way of knowing that this tag even exists.
Issue fork search_api-3296848
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3296848-document-existing-query
changes, plain diff MR !72
Comments
Comment #2
drunken monkeyI ended up placing them in the
README.mdfile. It can best be viewed here.Feedback, and additionally known query tags, very welcome.
Comment #5
drunken monkeyCommitted.