I am using a custom tag, Cf_StripNoise to strip the "noise" keywords from a search query. For more info and a demo, go to:
It functions on the demo loading on my server, so I know that the tag is installed correctly. However, when a user inputs a search term at:
It posts to:
The CFML in this template is:
<CF_StripNoise OutputVar="NewKeywords" OptionalWords=""
String="#Form.Keywords#">
<CFLOCATION URL="search.cfm?NewKeywords=#NewKeywords#&Client_Name=#Form.Client_Name#">
Then, using the URL attribute on search.cfm I call to the new query. However, it doesn't seem to be functioning. For instance, it says that it automatically blocks the term 'about' but when I enter this term, the
variable NewKeywords still contains this term and is thus still being used in the search. Can anyone help me? [sig]<p>Ryan ;-]<br>[/sig]
It functions on the demo loading on my server, so I know that the tag is installed correctly. However, when a user inputs a search term at:
It posts to:
The CFML in this template is:
<CF_StripNoise OutputVar="NewKeywords" OptionalWords=""
String="#Form.Keywords#">
<CFLOCATION URL="search.cfm?NewKeywords=#NewKeywords#&Client_Name=#Form.Client_Name#">
Then, using the URL attribute on search.cfm I call to the new query. However, it doesn't seem to be functioning. For instance, it says that it automatically blocks the term 'about' but when I enter this term, the
variable NewKeywords still contains this term and is thus still being used in the search. Can anyone help me? [sig]<p>Ryan ;-]<br>[/sig]