Copied to clipboard

Flag this post as spam?

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


  • Squazz 35 posts 111 karma points
    May 21, 2015 @ 11:34
    Squazz
    0

    Indexing richtext fields with Examine

    I'm trying to index richtext feilds and search in them with examine. At the moment, the data from my richtext fields are html-encoded before they are index. This gives me some problems when searching for words with special chars (æøå). Also, if I search for the word "strong" I will be able to find words that have been made strong, as I'm then finding the html-tag.

    Is there any way yo make sure that my richtext data isn't encoded when it's indexed?

     

    Looking for solutions to this problem, I found this thread, but it didn't have answer: https://our.umbraco.org/forum/developers/api-questions/18966-Indexing-richtext-fields-with-Examine

    I'm hoping someone has new information or an idea how to do it.

    I'm kinda new to Umbraco, so please do tell me if there is any kind of information that I can provide to help you help me.

  • Charles Afford 1163 posts 1709 karma points
    May 25, 2015 @ 19:03
    Charles Afford
    0

    Hi Squazz, sorry no one replied. I would try and download a program called Luke.

    https://code.google.com/p/luke/downloads/list

    You will be able to see all the data stored in your index. Have a look and see if you see it?

    If not you will probably need your own class, that will add the value to the index.

    Charlie :)

Please Sign in or register to post replies

Write your reply to:

Draft