Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
I imagine it's because you've got the docs in your index twice. Reindex your collection.
--
Adam