Skip to content

Commit

Permalink
Merge pull request #422 from neos/bugfix/package-search
Browse files Browse the repository at this point in the history
BUGFIX - Disable caching for non-search/non-filter queries with pagin…
  • Loading branch information
regniets committed Mar 29, 2022
2 parents 5fd2ab4 + 55a90f7 commit 9ce4332
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ prototype(Neos.MarketPlace:Search) < prototype(Flowpack.SearchPlugin:Search) {

maximumLifetime = 3600

entryDiscriminator = ${!request.arguments.search && !request.arguments.version}
entryDiscriminator = ${!request.arguments.search && !request.arguments.version && request.pluginArguments.currentPage > 1}

entryTags {
documentNode = ${Neos.Caching.nodeTag(documentNode)}
Expand Down

0 comments on commit 9ce4332

Please sign in to comment.