Skip to main content
February 12, 2014
Question

cfsearch

  • February 12, 2014
  • 1 reply
  • 556 views

Hellow everyone,

I want to be able to search the whole keyword not just the part of this.  For example, if user enters a keyword "material", i want the results return the list of document that contain the whole word "material" not matter, match, matchup, etc.

I've tried with type="explicit" but  got an error message ""error executing query:unknown_handler_explicit".  It doesn't matter what type i specify, i always got this message.  Can anyone plz help?

Thanks

Lisa

<cfsearch 

    name = "myDoc"

    collection = "customer"

    criteria = "#url.search#"

    type="explicit"

    startrow=1

    maxrows = "100">

    This topic has been closed for replies.

    1 reply

    Fernis
    Inspiring
    February 13, 2014

    Are you using Solr or Verity?