Ehsan Abbasi
Ehsan Abbasi
Hi, I don't think it's a good idea to have two forms, one for desktop and one for mobile. Which mobile device and OS you have got the 'onClick' issue?...
Thanks. I will test it and let you know.
Hi, As long as you don't specify any events you don't get them: ``` jQuery(".mySearch").ajaxlivesearch({ loaded_at: , token:
Hi @NeXxik91 searching across multiple tables is not supported at the moment. However, you can update https://github.com/iranianpep/ajax-live-search/blob/12331e018f281440e0e911335b657357e3a17f3d/core/Handler.php#L145 and update the search query to join with the other table you'd like...
Hey @andrewgoodnz At the moment the search can only find the following examples: `First`, `Middle`, `Last`, `First Middle`, `Middle Last` and `First Middle Last` but not `First Last`. You might...
Hi, This is a good point, however at the moment you cannot change it with the configs. What you can do is to change `ls_query` in: - file `js/ajaxlivesearch.js` where...
Hi, Sorry about the late response. I believe in `https://github.com/iranianpep/ajax-live-search/blob/master/js/ajaxlivesearch.js` and line 564 is responsible to adjust the result width based on the search field width. You can play with...
Hi Behrouz jan! Yes, it's possible. I've done it in the past. At the moment, the request gets sent to: `https://github.com/iranianpep/ajax-live-search/blob/master/core/AjaxProcessor.php` and the `url` is defined in here: `https://github.com/iranianpep/ajax-live-search/blob/master/js/ajaxlivesearch.js` (check...
Hi! Sorry for that. As Tony mentioned this project is not maintained anymore (I just updated the readme with the main reason). Sorry about it. I'm also archiving the project...
Hi, As you can see here: `https://github.com/iranianpep/ajax-live-search/blob/master/core/Config.template.php` and `ls_query` and `ls_query_2`, you can specify multiple datasources for different AJAX live search IDs. Let me know how you go. Cheers, Ehsan