• Hi,

    i importet about 1000 FAQs. If i search for a keyword it takes a many seconds till i got the list of founded entries.

    It seams that if i put in the first character of the keyword into the search field, the system starts searching immediately.

    If i paste the whole keyword with CTRL-V in the search field and hit Enter, it is much more faster.

    Is there a way to deactivate the automatically search when the user types in characters in the search field ?

    Regards Holger

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi Holger,

    Unfortunately, there isn’t a way to deactivate this. The only option for the search is the live Ajax search.

    Even if you type in the full keyword, it still takes a long time to search?

    Do you have the “FAQ Auto Complete Titles” option set to “Yes”? If you set it to “No”, does it make a difference?

    Also, have you added the show_on_load=”Yes” attribute to your ultimate-faq-search shortcode? Does it make a difference if you do?

    Thread Starter hoko01

    (@hoko01)

    If i type in the full keyword it takes longer than to paste it from the clipboard.

    I set FAQ Auto Complete Titles to No. But it makes no difference.

    The show_on_load=”Yes” isn’t set. If i set it, it takes much more longer cause i have about 1000 FAQs….

    Thread Starter hoko01

    (@hoko01)

    It would be very helpful, if the search is starting after clicking on the Search Button and not after type in one character.

    Hi Holger,

    Can you send us the link to the page where you’re using the FAQ shortcode?

    Thread Starter hoko01

    (@hoko01)

    It’s an Intranet solution with no access from the internet…

    Thread Starter hoko01

    (@hoko01)

    Now i just deactivate those few lines in your code (ewd-ufaq-js.js):

    /*
    jQuery(‘#ufaq-ajax-text-input’).keyup(function() {
    Ufaq_Ajax_Reload();
    });
    */

    This means that the search is only executed if the user click on the search button or hit the enter key.

    Maybe you can make this configurable in your next version….

    Hi Holger,

    Thank you for letting us know that this helped for you. We can look into making the live search results an option in a future release.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Performance Issue’ is closed to new replies.