Filtering Database by selection tags AND search feature

@lukefarrugia80

You can manually manipulate how many tags you want to be activated (selected) at once.

GET:

let selectedIndices =$w("#mySelectionTags").selectedIndices;

SET:

$w("#mySelectedTags").selectedIndices=[0,2];