Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Coldfusion verity search indexes duplicates

Guest
Mar 03, 2011 Mar 03, 2011

When I use the built in vertiy search engine, everything works fine except my resul

ts page provides duplicates of every result. I am using coldfusionMX7, does anyone know how to stop this from happeining?

Here is my search code:

<cfsearch
  name = "GetResults"
  collection="Operations_FieldOperations"
  criteria="#form.Criteria#">

pretty basic.

673
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 03, 2011 Mar 03, 2011
LATEST

I imagine it's because you've got the docs in your index twice.  Reindex your collection.

--

Adam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources