Enable App Search buttons via URL

You can create links to enable buttons in the App Search component by appending ?filter-magnet= and the labels of the buttons separated by comma to the URL, ex:

https://mycompany.jestor.com/app/my_app?filter-magnet=Tag,Filter2,Filter%203

🚧

Spaces must be replaced by %20 in the URL

For Record ID filters you should also add the ID of the record along with the label after :, ex:

?filter-magnet=Record:10,Record2:8

Removing filters

You can also explicitly remove filters that are already enabled by adding a - before the filter label:

https://mycompany.jestor.com.br/app/my_app?filter-magnet=-Filter1
                                                         ^