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 174 posts 467 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 1451 posts 9716 karma points MVP 5x c-trib
    Mar 26, 2021 @ 14:03
    Marc Goodson
    1

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies