-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Added #17494: Advanced-search and predefined filters #18264
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
base: develop
Are you sure you want to change the base?
Conversation
…gation-menu if expanded
Fixed that Select2-dropdown in advanced-search won't be over the navigation-menu if expanded
Rebase 20251118
…opdown Fixed that the group-select-dropdown is in the background
…et-from-url Filter dropdown is now set when applying a predefined filter over the…
adjusted parameters for UpdateModal in Settingspage
Improved CSS-Build
Refactor js build - part 1
…gnedTo-dropown-code
Bugfix css floatingbuttons dropdown
…d-assignedTo-dropown-code
Remove unused assigned to dropown code
Rebase 20251208
Added a check to set a fallback-value if the fieldname isn't set
Fixed 500-error on profile-edit-page
…nges Sit 214 revert only formatting changes
Dev pre merge
Reverted permissions of gitignore files
|
Hi there, we have made the necessary changes you mentioned earlier. Summary:
|
|
Predefined Filter Feature In addition to the previous explanation, this section covers the new predefined filter functionality. Summary Database Structure We added two new tables:
This table stores each predefined filter and its associated metadata.
Filter ExamplesStandard fields (e.g. company, asset_tag) Explanation:
Custom fields Explanation:
Checked-out-to (assigned_to) Explanation:
Date range filters Explanation:
The predefined_filter_permissions table is a many-to-many mapping between predefined filters and permission groups. It defines which groups have access to which filters.
Permission System We added four new permissions for predefined filters:
How it works:
|
|
Thank you for addressing the changes requested (I know it was a lot). This is a big PR (understandably) so our team is going to need some time to review and consider it. |
Added #17494: Advanced-search and predefined filters
New functionality
Advanced search:
API:
Database:
Testing:
Screenshots
Advanced search:



Predefined filter create modal:
Predefined filter settings page