I have a Modern Dashboard that uses a couple queries that make use of the Global Filters (these) to filter the dashboard for more specifics.
For example it will filter it down to one custom property like "Site" or by "Technology" when they click a link.
What I really need to be able to do is filter by both at the same time.
Is there any way I can get it to add the new filter to the existing URL so it maintains the filter already applied and filters by the additional one as well?
I know that I can filter on 2 or more properties like this: ?filters=0_Orion.NodesCustomProperties_Site:eq:Example-0_Orion.NodesCustomProperties_Technology:eq:Network
What I need to be able to do is if they have clicked a filter for the Technology, and then click a filter for Site, it just adds the Site filter to the end.
The behavior right now will simple change the filter to just Site.
What might be helpful is if there is a way to "grab" the current URL and just add to it.
I'm open to ideas.