Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
navee #1
remove characters from search criteria
Hi, I am writing a search functionality to search the database field. I have to
eliminate umlauts( non-consonants) from the search text before comparing with
database. How can I eliminate these characters? Thanks..
navee Guest
-
Calling a Search Criteria
Hello, I'm Making a field that I want to make it a "Search Criteria"... I'm using ASP.NEt Dreamweaver with Stored Procedures, I already have... -
Multiple search criteria with empty field option
Hi guys! I know I am being dumb here but running out of ideas. I am a newbie to php and mysql and progressing quite well. However, I am currently... -
Multiple search criteria datagrid
Hi, I have a webform with a datagrid, 2 textboxes and a button. The datagrid is filled by a sql database. What I want is: to search the... -
Last search criteria
Can I have a script that make new search with the last search criteria I used (not the one I had when I made the script!) -
Multiple search criteria
Hi! I'm trying to print reports based on criteria I enter in two unbound text boxes on a 'Main Form', one for date, the other for area code. If... -
zoeski80 #2
Re: remove characters from search criteria
Hi Navee
Don't think there are any built-in functions to allow you to do this.
I'd probably make a list of all the ASCII characters for these umlaut
characters and loop over them doing a ReplaceNoCase on your string.
Don't know much about umlauts but this could take a while if the list of
umlauts is quite long.
Zoe
zoeski80 Guest



Reply With Quote

