This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Results override behaviour

#35091
itsjonesyy70itsjonesyy70
Participant

Yes they do. Default woo search only looks in titles, and it will still find results if I search for ‘te’ , ‘tes’, products with the name test1, test2, will appear.
But of course I need the code so the woo search can look inside taxonomies too, and it should work with partial queries.

The code serves the purpose of ‘mirroring’ what your plugin is showing for results – I need it to do this so it my filtering will be fully compatible.
1. Search with ajaxsearchpro
2. preview list appears
3. user proceeds with clicking magnifier or enter key or view more button
4. user redirected to woo archive
5. Woo archive is now showing results from default woo search, in order to be compatible with filtering. Hence I’m trying to get woo search to look in tax, attr, with partial matches.

My code is nearly there but just doesn’t work with partial queries.

Please say if I’m not making sense as this has become a bit of a weird setup.

Thanks again