Forum Replies Created
-
AuthorPosts
-
apbalice71
ParticipantYou cannot access this content.
apbalice71
ParticipantHi, it works as you described.
1. Does it mean if we re-save our existing password protected posts or there’s only future password protected posts, we don’t need to re-create index?
2. Will you implement this in the next update?apbalice71
ParticipantUnfortunately, we already set to do nothing but it seems it’ll still trigger a search then shows no results on mobile.
apbalice71
Participanthow do we make reset not to trigger search?
apbalice71
ParticipantWe also have another question. Is it possible to have the Reset button in filters to only reset the filers but not search field, because it’ll show “no results” when I click reset.
apbalice71
ParticipantMay I ask if it’s possible to customize the datepicker or use something like https://www.daterangepicker.com/?
apbalice71
ParticipantHi, we found that it’s related to the setting “Minimal character count to trigger search”. When it’s less than the minimal character, it won’t do anything after filtering by date. We have the following code to trigger search by enter.
(function($){ $('input.orig').on('keyup', function(e){ if (e.which == 13) { ASP.api(1, 1, 'searchFor', $(this).val()); } }); }(WPD.dom));How do we make datepicker trigger search even when it’s less than the minimal character?
apbalice71
ParticipantYou cannot access this content.
apbalice71
ParticipantThere’s another question concerning the datepicker. When it loads, the year dropdown shows 1999 to 2019. How can we make it show up to 2022?
apbalice71
ParticipantMay we ask how do we have radio buttons to filter by year? i.e. selecting 2021 will show only posts from 2021. We only see the date filter with the date picker selection. And can we have both, radio buttons plus date picker at the same time?
apbalice71
ParticipantYou cannot access this content.
apbalice71
ParticipantYou cannot access this content.
apbalice71
ParticipantMay I ask if enabling grouping will make searching slower?
apbalice71
ParticipantYes they are assigned to the child category only.
But this will be different from querying post using WP_Query (e.g. in category archive) where selecting a parent category will also get all the child category’s posts even if they are not assigned to the parent category?
apbalice71
ParticipantOh didn’t realize you actually updated the plugin files. Thanks a lot – you are lifesaver!
-
AuthorPosts