Forums Forums Search & Filter Pro filter for Event date?

Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Trevor
    #215503

    At this time, that issue will remain. It is something we plan to improve in V3.

    Anonymous
    #215505

    Ok. Do you have a release date you’re shooting for for v3?

    Trevor
    #215507

    I do not, sorry. We are working on it as time permits, but our main focus is to ensure we support the current version.

    Anonymous
    #215509

    Ok, no worries. I’ll find a workaround. Thanks.

    Trevor
    #215513

    If it assists you, we do have Ajax hooks you might use. Some for when auto Count runs, and some for when Ajax fires on the results:

    <script>(function ( $ ) {
      "use strict";
      $(document).on("sf:ajaxfinish", ".searchandfilter", function(){
    // so load your scripts/function here again
      });
    }(jQuery));</script>

    If you have Auto Count enabled, this might refresh the form, and so the above code would change to use sf:ajaxformfinish

    Anonymous
    #215525
    This reply has been marked as private.
    Trevor
    #215535
    This reply has been marked as private.
    Anonymous
    #224740

    Hi Trevor,
    Are there any updates on when the next version will be available? We are still wanting to filter results by whether a meta date value is in the past or future.
    Thanks,
    Chris

    Trevor
    #224744

    I am sorry, I have no ETA on that.

Viewing 9 posts - 1 through 9 (of 9 total)