Skip to main content
amie_67
Participant
April 2, 2015
Question

New and need help

  • April 2, 2015
  • 1 reply
  • 701 views

I am tying to keep an already developed search running.  I have no experience.  Please help!

My error is coming from here:

<cfif trim(form.criteria) is not "">

    <cfset collectionname="#form.p_collname#">

<cfsearch

   collection="personify_methods"

   name="getMethods"

   criteria="#Form.Criteria#"

    maxrows = "100">

Could some one please assist me?

    This topic has been closed for replies.

    1 reply

    Inspiring
    April 2, 2015

    What is the error you are getting?

    You are missing a closing </cfif> tag but that might be because you have copied and pasted incomplete code.

    amie_67
    amie_67Author
    Participant
    April 2, 2015

    The </cfif> tag is later in the code.

    The complete search is allowing you to search by keywords or product code.

    The keyword area is the problem area.

    Dave Ferguson
    Participating Frequently
    April 2, 2015

    Are you getting an error?  Without more info it will be difficult to offer much assistance.