Navigation überspringen

[Gelöst] predictive text in the search field

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

Problem:
I have created a search engine (with free Relevanssi plugin) and everything works fine except the predictive text... how can I make the text, within the search field, predictive?
Solution:
We do not have a built-in feature available in Toolset plugins which would allow you to create a live/autocomplete text search. You'll need code customization and an auto-complete script-library, for example:

- https://jqueryui.com/autocomplete/
- https://select2.org/getting-started/basic-usage

At this point, I'm afraid that such custom solution would be beyond the scope of our support forum.

However, we strongly recommend you to check our contractors page: https://toolset.com/contractors/, since they can offer you an implementation of this feature.
Relevant Documentation:
- https://jqueryui.com/autocomplete/
- https://select2.org/getting-started/basic-usage

This support ticket is created vor 1 Jahr, 8 Monaten. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Sao_Paulo (GMT-03:00)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von marF vor 1 Jahr, 7 Monaten.

Assistiert von: Mateus Getulio.

Author
Artikel
#2605607

Hi,
I have created a search engine (with free Relevanssi plugin) and everything works fine except the predictive text... how can I make the text, within the search field, predictive?
Thanks!

#2605795

Mateus Getulio
Supporter

Sprachen: Englisch (English )

Zeitzone: America/Sao_Paulo (GMT-03:00)

Hi there,

Thanks for your contact, and welcome to our support forum!

We do not have a built-in feature available in Toolset plugins which would allow you to create a live/autocomplete text search. You'll need code customization and an auto-complete script-library, for example:

- versteckter Link
- versteckter Link

At this point, I'm afraid that such custom solution would be beyond the scope of our support forum.

However, we strongly recommend you to check our contractors page: https://toolset.com/contractors/, since they can offer you an implementation of this feature.

Please let me know if you have any other question related. Thank you.

Regards,
Mateus.

#2607921

My issue is resolved now. Thanks Mateus!