Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caching issues with search api view #18

Open
luksak opened this issue Apr 25, 2018 · 2 comments
Open

Caching issues with search api view #18

luksak opened this issue Apr 25, 2018 · 2 comments

Comments

@luksak
Copy link

luksak commented Apr 25, 2018

I have caching issues on graphql queries on views that displays a search api index. New content is not being displayed and changes to content are not being reflected. Are there cache tags missing?

@LennardWesterveld
Copy link
Contributor

You can debug the tags if you enable "http.response.debug_cacheability_headers" https://www.drupal.org/docs/8/api/responses/cacheableresponseinterface

would be awesome to have some reproduce steps

@silverham
Copy link

silverham commented Nov 29, 2021

Looks like you should use the 'none' cache to option (if using solr or any facets) or 'Search API (tag-based)' option. There is a bug where this is not set automatically.
@see https://www.drupal.org/project/search_api/issues/3196990
@see https://www.drupal.org/project/facets/issues/2939710

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants