I see
X-Drupal-Dynamic-Cache: UNCACHEABLE
in my views.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 3317980--7.patch | 2.83 KB | lukasss |
| #3 | 3317980--3--add-cache-context-url-query_args.patch | 1.19 KB | lukasss |
I see
X-Drupal-Dynamic-Cache: UNCACHEABLE
in my views.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 3317980--7.patch | 2.83 KB | lukasss |
| #3 | 3317980--3--add-cache-context-url-query_args.patch | 1.19 KB | lukasss |
Comments
Comment #2
lukasss commentedComment #3
lukasss commentedThe right context
Comment #4
lukasss commentedWith #3 ajax pager on view gets stuck as here:
https://www.drupal.org/project/search_api/issues/2889621
Comment #5
lukasss commentedComment #6
lukasss commentedI have researched this problem.
If we use query string url processor then its ok because we set a search parameters in the request.
https://git.drupalcode.org/project/drupal/-/blob/9.5.x/core/modules/view...
But if we use facets_pretty_paths, then there will be no parameters.
I solved this by changing the request controller and added another parameter there for the current path.
I think this is not a facets_pretty_paths problem but a facets module problem.
Comment #7
lukasss commentedComment #8
lukasss commentedfix
Comment #9
joseph.olstadComment #10
joseph.olstadComment #12
joseph.olstad