Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi there,
I am searching in list view for a value in my custom field (SKU). The search returns no values.
The search in the examine section finds the result:
When I search for any text within that product it finds it as well in the list view:
I updated all the examine indexes and cleared the cache etc...
Am I missing something or do I have to customize anything?
Thanks
Hi Edgar
Have a read of this article here:
https://dev.to/skttl/how-to-customize-searching-in-umbraco-list-views-1knk
That I think can help you...
essentially the backoffice search uses the Examine Search indexes... the InternalSearchIndex to find content matching your search terms...
... but the ListView search makes a query to the database, which is why things can be different between the two!
But I think the article above, gives a good angle on what you might do here
regards
marc
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco 8 search results problem
Hi there,
I am searching in list view for a value in my custom field (SKU). The search returns no values.
The search in the examine section finds the result:
When I search for any text within that product it finds it as well in the list view:
I updated all the examine indexes and cleared the cache etc...
Am I missing something or do I have to customize anything?
Thanks
Hi Edgar
Have a read of this article here:
https://dev.to/skttl/how-to-customize-searching-in-umbraco-list-views-1knk
That I think can help you...
essentially the backoffice search uses the Examine Search indexes... the InternalSearchIndex to find content matching your search terms...
... but the ListView search makes a query to the database, which is why things can be different between the two!
But I think the article above, gives a good angle on what you might do here
regards
marc
is working on a reply...