Hello,
I am experiencing an awkward behavior in SharePoint 2010 Search.
Firstly, I created the following Term Set and Terms:
- Term Set: Genre;
- Terms: Adventure, Horror, Drama.
Secondly, I created the following site column:
- Name: Genre
- Type: Managed Metadata
- Allow multiple values: True *This is important
- Term Set Settings: Use a managed term set: Genre
After that, I added the site column in a Pages Library and edited the following page:
- Name: default.aspx
- Genre: Adventure; Horror; Drama
Finally, I executed a Full Crawl and I made a search for "Adventure", the result was:
Home
This is the content of the page... This is another part of the content...
AdventureHorrorDrama...
As you can see, the terms appeared all together, without a whitespace.
Does anyone know why this is happening?
More Information:
- All search Web Parts are OOTB, without any customization;
- It is not a XSLT error, because the raw xml has already the problem:
<hithighlightedsummary>This is the content of the page <ddd /> This is another part of the content <ddd /> <c0>Adventure</c0>HorrorDrama<ddd /> </hithighlightedsummary>