HideSeek icon indicating copy to clipboard operation
HideSeek copied to clipboard

Hideseek, selects and checkboxes

Open ursbraem opened this issue 10 years ago • 6 comments

Hi

I would like to use hideseek's default filter field along with some checkboxes and a select-list to trigger predefined, additional filters. Can hideseek handle multiple filter creteria and such predefined searches? If so, do you have an example lying around?

Thanks and cheers - the plugin looks promising; I've been looking for a https://github.com/riklomas/quicksearch replacement for a while now

Urs

ursbraem avatar Apr 26 '14 12:04 ursbraem

Hello,

HideSeek plugin uses show/hide methods on key press for filtering the elements of a list so I believe that you can use and other ways for filtering the same list (simultaneously), without any conflicts. I will try to make an example, soon.

Meantime, if you have any problems using the plugin do not hesitate to contact me.

vdw avatar Apr 29 '14 21:04 vdw

Nice, I'm looking forward to that very much!

ursbraem avatar Apr 30 '14 07:04 ursbraem

Is the example out there already?

vhugogarcia avatar Aug 10 '15 17:08 vhugogarcia

I'm using this plugin since today and was asking myself the same question.

I started trying some things and came to this:

<select class="form-control" id="inputsearch" name="inputsearch" data-list=".hsa_advocaten"> <option value="">alle rechtsgebieden</option> <option value="aanbestedingsrecht">aanbestedingsrecht</option> <option value="arbeidsrecht">arbeidsrecht</option> </select>

For a minute I thought this was working, but not quite yet.

Is there a simple way of doing this?

noesteijver avatar Jan 17 '17 15:01 noesteijver

Hi, HideSeek supports specific html structures for creating lists or sequences like LIs or other repeated html elements as described in wiki. The use of HideSeek on any other structure is out of the scope, for the moment.

If you wish to apply a search option on a select box then you have to use other plugins, suitable only for use on <select>.

vdw avatar Jan 17 '17 15:01 vdw

I got it to work here : https://jabmo.com/account-based-ip-advertising/

neerbappoo avatar Jul 15 '21 19:07 neerbappoo