Okay
  Public Ticket #1976366
Search not working properly
Closed

Comments

  •  1
    peterguirguis started the conversation

    Hi there,

    When I am searching a event named Get Launched I get no result and this is only with this particular event, other events are appearing in search results without any errors.

    Can you please check what the issue might be?

    Thank you

  •  783
    Zhivko replied

    Hi,

    It seems to be a bug.

    Open file wp-content/plugins/stachethemes_event_calendar/front/js/caldata.js

    on line 704 change:

            if (result.length <= 0) {

    to:

            if (!result || result.length <= 0) {



    Stachethemes Developer

  •  1
    peterguirguis replied

    Hi Zhivko,

    Thank you for your reply.

    It perfectly worked me. Thank you again. :)