Skip Navigation

[Resolved] Toolset ajax

This support ticket is created 4 years, 10 months ago. 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
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+01:00)

This topic contains 1 reply, has 2 voices.

Last updated by Nigel 4 years, 10 months ago.

Assisted by: Nigel.

Author
Posts
#1742893

Hi I am using the toolset search ajax on the site but it not working like other ajax search that working on other site ....

Toolset ajax work on click but i need it work like when i type the text in the search box then result appear .....

can you suggest me how we can do that ..

you can see this link here is the search i want the search like that
hidden link

please how we can use this type of search in toolset

#1743117

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+01:00)

Hi Drew

Regarding auto-suggest for text searches, Toolset doesn't have such functionality I'm afraid.

It would be fairly complex to set up, as you'd need to write custom JS to initiate a call to the server to perform a query (with custom PHP) to get results based on the characters typed so far, and you'd need to present the results.

A quick google threw up this option (hidden link) and I'm sure there are lots of others out there.