Copied to clipboard

Flag this post as spam?

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


  • Bluegrass Digital 17 posts 68 karma points
    Jul 31, 2017 @ 07:41
    Bluegrass Digital
    0

    Umbraco and examine

    How do i solve the following scenario. I am working on a web project that uses umbraco for content management. However before i did an umbraco upgrade the examine search was working 100%. After upgrading from umbraco version 7.5.10 to 7.5.12 the examine search is not returning the expected results.

  • Michael 125 posts 409 karma points
    Jul 31, 2017 @ 07:53
    Michael
    0

    Hi,

    Have you tried to rebuild examine indexes in development section and search internally in plugin: http://prntscr.com/g2ewf1

    Thanks, Mike

  • Bluegrass Digital 17 posts 68 karma points
    Jul 31, 2017 @ 08:30
    Bluegrass Digital
    0

    Thanks for getting back to me Mike, so if i search in the backoffice, i do get the expected results however passing the id via UmbracoHelper.TypedSearch, the search returns null. BackOffice search

  • Michael 125 posts 409 karma points
    Jul 31, 2017 @ 12:59
    Michael
    0

    Hi,

    Could you please try this code:

    var searcher = ExamineManager.Instance.SearchProviderCollection["ExternalSearcher"];
    var results = searcher.Search(searchTerm, true);
    

    Thanks, Mike

  • Bluegrass Digital 17 posts 68 karma points
    Jul 31, 2017 @ 14:43
    Bluegrass Digital
    0

    Hi Mike,

    I have tried the above for the search and it still does not return the results.

  • 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