qwerin / fusion-tables

Automatically exported from code.google.com/p/fusion-tables
0 stars 1 forks source link

More wildcard support for filter matching #1448

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Support "?" which means matching exactly one character.
Also support case-insensitive search (treating "A" and "a" the same) while 
doing a wildcard search.

Currently the behavior of filter matching is inconsistent. The wildcard search 
is case-sensitive, while normal text search is not. It should be consistent.
I almost never, if not never, need a match to be case sensitive, so do other 
people that I asked.

--------------------------------------------------------------------------
NOTE: Use this form to suggest new features for Google Fusion Tables
website or API.  For BUGS, please e-mail us at googletables-
feedback@google.com.

Your "star" vote on requests in this issue tracker helps the Fusion Tables
team prioritize work on the most useful features.
--------------------------------------------------------------------------

Original issue reported on code.google.com by wis.mas...@gmail.com on 7 Feb 2015 at 3:11