lucasdavila86 / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

Contacts: Allow better filtering #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It looks like the you can look up contacts only using the '--title' qualifier 
which seem to search the name of the contacts. This query seems to be half 
baked anyway, it is case sensitive and searches only at the beginning of the 
field.

Examples:

google contacts list --title Markus
-> I get all contacts with the first name 'Markus'

google contacts list --title markus
-> I get no result

google contacts list --title Baertschi
-> I get no results, there are a bunch of Baertschi in my contacts

I would like to search in all fields, limit the search to some fields and 
search for people in certain groups too.

Proposals:
- Global search --search "search words"
  -> return contacts there the search words figure anywhere in the record
  -> allow for field qualifiers: 'name:markus' searches only the name field

- Group limits --group "group"
  -> limits the search to the indicated group
  -> Examples: google contacts list --group "Business"
               google contacts delete --group "Business"

Markus

Original issue reported on code.google.com by markus.b...@gmail.com on 20 Jun 2010 at 5:16

GoogleCodeExporter commented 9 years ago
Duplicate: got a server error when submitting the 1st time ...

Original comment by markus.b...@gmail.com on 20 Jun 2010 at 5:17

GoogleCodeExporter commented 9 years ago
No prob. Merging into 106...

Original comment by tom.h.mi...@gmail.com on 20 Jun 2010 at 6:37