Hello,
I have a column with numbers, three of these numbers are 475 and 4750 and 
0475.

My field I use for a user to fill out uses javascript to trim the input of 
blank spaces so when a user searches for 475 , 475 comes up but also 
included is 4750 and 0475.

Is there a way to search and not have items that are similar, like 4750 and 
0475, be included?

My search term is below:
WHERE%20C%20CONTAINS%20%27475%27 (encoded)
WHERE C CONTAINS '475' (not encoded)

Thank you,

Robert

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/7cc70eba-2c14-48c3-ab2e-8176d982464f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to