I'm using ezSearch for my website but i'm having problems getting proper results.
It seems that ezSearch only looks inside meta description and the names of content pages, it's not looking inside the properties of content pages like rich texts and such.
I've tried rebuilding indexes in the developer section but that doesn't do anything. I'm using the latest Umbraco/ezSearch.
What you need to do is to pass ind the fields, that you want to search in and you need to pass them in by there alias. It could be if you have a property on your text page named bodyText and heading then, it should be.
ezSearch not looking inside content properties..
I'm using ezSearch for my website but i'm having problems getting proper results.
It seems that ezSearch only looks inside meta description and the names of content pages, it's not looking inside the properties of content pages like rich texts and such.
I've tried rebuilding indexes in the developer section but that doesn't do anything. I'm using the latest Umbraco/ezSearch.
Anyone that can help me out?
Hi hardflip89,
Have you seen the documentation for the ezSearch if not try have a look here, https://our.umbraco.org/media/wiki/74421/635065665848673870_ezSearch-Documentation-v10.pdf
What you need to do is to pass ind the fields, that you want to search in and you need to pass them in by there alias. It could be if you have a property on your text page named bodyText and heading then, it should be.
And you can specify which fields you want to search in the the preview of the search results.
Hope this helps,
/Dennis
Thanks for your reply, you are right, should read documentations more. :)
I assumed ezSearch would handle it by default, I was wrong.
is working on a reply...