Copied to clipboard

Flag this post as spam?

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


  • Artem 1 post 21 karma points
    Dec 10, 2015 @ 12:11
    Artem
    0

    Umbraco v6.1.6 back office search

    I want to have possibility search in umbraco back office v6.1.6 by nodeId.

    Is it possible?

    Search is working by nodeName but isn't by nodeId. http://screencast.com/t/nN4CruS9

    Umbraco v6.1.6

    I think that Umbraco back office search use ExamineIndex.config and ExamineSettings.config?

    If it is true, which of them (InternalIndexSet, InternalMemberIndexSet or ExternalIndexSet) ?

    I added for aech IndexSet

      <IndexAttributeFields>
      <add Name="id" />
      <add Name="nodeName" />
    </IndexAttributeFields>
    

    and rebuilt all indexes

    but it didn't help me.

    Have you any ideas?

    Thanks,

Please Sign in or register to post replies

Write your reply to:

Draft