Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Aaron Neff / ()
Created: 06/15/2018
Components: Documentation
Versions: 2018
Failure Type: Others
Found In Build/Fixed In Build: 2018.0.01.308605 (PreRelease) / docs
Priority/Frequency: Normal / Some users will encounter
Locale/System: / Platforms All
Vote Count: 0
Issue: cfsearch doc says criteria is case-sensitive
As confirmed by Piyush and Pavan (and I see the same as well), criteria is not case-sensitive. Good. So, doc just needs changed.
Current description:
-----------
Search criteria. Follows the syntax rules of the type attribute. If you pass a mixed-case entry in this attribute, the search is case sensitive. If you pass all uppercase or all lowercase, the search is case-insensitive. Follow Solr syntax and delimiter character rules; see Solr search support in the Developing ColdFusion Applications.
-----------
Suggested description:
-----------
Search criteria. Follows the syntax rules of the type attribute. The search is case-insensitive. Follow Solr syntax and delimiter character rules; see Solr search support in the Developing ColdFusion Applications.
-----------
Basically, "The search is case-insensitive." instead of "If you pass a mixed-case entry in this attribute, the search is case sensitive. If you pass all uppercase or all lowercase, the search is case-insensitive."
Related URL: https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-r-s/cfsearch.html
Attachments:
Comments: