Near-duplicate search results

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
5/12/2011 1:42:57 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Near-duplicate search results

Hi Joe, I may have found how some duplicate search results are being indexed. I was not able to test this on the demo system--perhaps the search indexing is not enabled there.

Today I edited an HTML instance, updated it, then immediately went back in and inserted some additional text, and updated again. Now, when searching on a unique term, the page is returned twice in the results, showing the first and second version of the updated text. You can see this with this search.

In case it helps with troubleshooting, we have both content versioning and content workflow enabled, and I have set the following search-related keys in user.config:

<add key="DisableSearchFeatureFilters" value="false" />
<add key="SearchUseBackwardCompatibilityMode" value="false" />
<add key="EnableSearchResultsHighlighting" value="true" />
<add key="ShowRebuildSearchIndexButtonToAdmins" value="true" />
<add key="SearchIncludeModuleRoleFilters" value="true" />
<add key="SearchResultsPageSize" value="20" />

Just let me know if you need any further info.

Jamie

You must sign in to post in the forums. This thread is closed to new posts.