Replies: 3 comments 1 reply
-
Try the You can use the same search parameters as the |
Beta Was this translation helpful? Give feedback.
-
Examples if you want to search news posts for the word "music" in the
|
Beta Was this translation helpful? Give feedback.
-
I was wondering if you got it working :) |
Beta Was this translation helpful? Give feedback.
-
I am currently using the jquery.easy-autocomplete.min.js plugin and the JSON plugin to display search form hints.
At the moment it works like this:
JSON plugin displays hints
{exp:json:entries channel="news" fields="title|entry_id"}
In this implementation, the "/search/json" template displays all the material that exists on the site.
How can I remake page "/search/json" so that it only shows material for a search query?
I see in the documentation there is a method "exp:json:search" but I don't know how
implement it correctly
{exp:json:search search_id="{segment_3}"}
or?
Beta Was this translation helpful? Give feedback.
All reactions