Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Edgar Rasquin 326 posts 925 karma points
    Mar 26, 2021 @ 13:43
    Edgar Rasquin
    0

    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.

    enter image description here

    The search in the examine section finds the result:

    enter image description here

    When I search for any text within that product it finds it as well in the list view:

    enter image description here

    I updated all the examine indexes and cleared the cache etc...

    Am I missing something or do I have to customize anything?

    Thanks

  • Marc Goodson 2155 posts 14408 karma points MVP 9x c-trib
    Mar 26, 2021 @ 14:03
    Marc Goodson
    2

    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

Please Sign in or register to post replies

Write your reply to:

Draft