Skip Navigation

[Resuelto] Enable search while typing using Relevanssi + Text Search

Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.

Problem:
Enable auto suggest functionality ajax search with relevanssi text search

Solution:
To implement AJAX search while typing is bad practice as it will be too expensive and kill your server, as it will fire a new ajax call with each character you will type.

Relevant Documentation:

This support ticket is created hace 7 años, 1 mes. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por marcB-6 hace 7 años, 1 mes.

Asistido por: Minesh.

Autor
Mensajes
#581393

Tell us what you are trying to do : Enable search while typing using Relevanssi + Text Search

I am using Relevanssi plugin to search from custom fields.

I would like to enable search while typing..

Thanks

#581533

Minesh
Supporter

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - as I understand you would like to have Ajax search while typing, means the search results update while typing. If yes:
There is no such feature available and AJAX search while typing and there are number of bad impact as it will be too expensive and kill your server as it will fire a new ajax call with each character you will type.

#581558

Thank you for your suggestion.