Search AJAX suggestions, add attribute
-
Is there anyway I can add attributes(like brand) to the AJAX search suggestions? I have added the attribute to the $suggestions array in search.php but I don’t know which file to edit to display it.
Appreciate the help.
Hi,
You can find AJAX suggestions script in the file js/functions.js
but you need to disable JS minification and combination in Theme Settings -> Performance.
Kind Regards
Done and it worked. This means I’d have to minify the js file manually?
Yes, but we suggest you to use some plugin for that task. We use WP Rocket for example.