Torsten2217 / google-plus-platform

Automatically exported from code.google.com/p/google-plus-platform
0 stars 0 forks source link

Feature request for G+ API - ability search people using structured query #105

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I want to be able to search G+ users using structured query. I want to be able 
to filter results by fields _and_ activities.
For example, if I want to search for people that are popular active female 
photographers from Russia which posts contains photographs that are +1ed, 
commented and shared, the query may look like:

gender 'is' "Female" 'and' (occupation 'like' "photographer" 'or' bio 
'contains' "photographer") 'and' location_country 'is' "Russia" 'and' 
number_of_followers 'is_greater_than' 2000 'and' 
number_of_activities_last_month 'is_greater_than' 10 'and' 
number_of_activities_with_pictures 'is_greater_than' 50% 'and' 
average_number_of_plus_one_per_post 'is_greater_than' 1 'and' 
average_number_of_comments_per_post 'is_greater_than' 0.5 'and' 
average_number_of_sharers_per_post 'is_greater_than' 0.1

is there any way to run such query using full-text search (may be with a 
special operators)?

Original issue reported on code.google.com by Yuri.Vas...@gmail.com on 2 Nov 2011 at 10:20

GoogleCodeExporter commented 9 years ago

Original comment by chirags@google.com on 8 Nov 2011 at 9:33

GoogleCodeExporter commented 9 years ago

Original comment by t...@google.com on 7 Dec 2012 at 4:33

GoogleCodeExporter commented 9 years ago

Original comment by t...@google.com on 5 Jun 2013 at 1:36

GoogleCodeExporter commented 9 years ago

Original comment by t...@google.com on 6 Jun 2014 at 9:37

GoogleCodeExporter commented 9 years ago

Original comment by t...@google.com on 18 Sep 2014 at 2:20