Filter
The example below will hide all element that don't match the text inside the links list.
Non Direct Link
It for sure allow list with direct child is not a link, the Enter
action will click the first child of the list child that is an <a>
.
Custom Text
If your content has so many text in it, it's better to add custom data attribute called data-text
that keep text as a search query. By doing this, the search action will only find based on the attribute.
Hide Result On No Query
Adding option empty=true
remove all result when no query input.