-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 8.4-SNAPSHOT
-
Fix Version/s: 8.10
-
Component/s: Query & PageProvider
-
Epic Link:
-
Tags:
-
Sprint:nxGang Sprint 8.4.7
-
Story Points:2
The 2 requests:
- http://webui.demo.nuxeo.com/nuxeo/api/v1/query/default_search?currentPageIndex=0&quickFilters=noFolder,mostRecent
- http://webui.demo.nuxeo.com/nuxeo/api/v1/query/default_search?currentPageIndex=0&quickFilters=mostRecent,noFolder
don't return the same list of result.
In the 1st one, the noFolder quick filter does not apply because the mostRecent erases its where clause.
- depends on
-
NXP-19204 Complementary Fixed Parts, aka Quick Filters, on PageProvider
- Resolved