Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Images not working › Reply To: Images not working
Hi,
Thank you for the proper details, it helps me a lot! I have logged in to check the issues.
1. I see that the images were parsed from the post content, but their URLs were incorrect. I’m guessing that a shortcode/filter needs to be executed first, that manipulates their URLs, before it is displayed on the front-end. To resolve that, I have enabled this option: https://i.imgur.com/XtTwXbO.png
That will make sure to execute the ‘the_content’ filter before the images are parsed from the content, they should be correctly displayed now.
2. It depends on which fields you want to search, and which logic you prefer. For now, I have changed the search logic to match whole words only: https://i.imgur.com/c0SNlpz.png
It will match only words that match exactly the entered keyword.
Alternatively, if you only wish to search the post titles, you can try this configuration as well, it might be better:
– Step 1 – titles only: https://i.imgur.com/jMpBVMO.png
– Step 2 – or logic: https://i.imgur.com/ZOtyLXF.png
This setup gives better partial matches for keywords like ‘win’, ‘wing’, ‘bur’, ‘burger’ etc..
I hope this helps!