Actions
Bug #4090
closedIncorrect URL for paging in Event search
Start date:
05/15/2018
Due date:
% Done:
100%
Estimated time:
To be discussed:
Description
For event searches using multiple choice dropdowns with multiple options selected, the URL for Next and Previous pages only contains the first selected option.
How to reproduce:- Set up query: SELECT * FROM events WHERE "category" && ARRAY['Abusive.Spam', 'Information.UnauthorizedAccess'] ORDER BY "detecttime" DESC LIMIT 100;
- The URL for result page is: https://mentat-alt.cesnet.cz/mentat/events/search?dt_from=&dt_to=&source_addrs=&source_ports=&categories=Abusive.Spam&categories=Information.UnauthorizedAccess&description=&submit=Search
- The URL for Next page is: https://mentat-alt.cesnet.cz/mentat/events/search?page=2&submit=Search&categories=Abusive.Spam
- This is not correct, multiple categories params should be present, just like in 2.
- This was confirmed for all multichoice dropdowns, for each only the first selected option is included (it does not matter whether they are combined or isolated for the query).
As a consequence, results diplayed for Next/Previous pages do not match the original criteria.
Updated by Radko Krkoš over 6 years ago
- Priority changed from Normal to High
Still present in 2.0.0, increasing priority as this makes paging unusable for multichoice selectors.
Updated by Jan Mach over 6 years ago
- Target version changed from Backlog to 2.1
Moving to next release since this could pose problems to all users.
Updated by Jan Mach about 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Attached commits fully resolve this issue on all existing views and forms.
Actions