I thought this used to work.  If you paste the URL into firefox you can see 
the results.  If you paste into Chrome, you can see the < 
openSearch:totalResults>0</openSearch:totalResults >

String searchURL = 
"https://picasaweb.google.com/data/feed/api/user/118157739053519600454?v=2&kind=photo&tag=Sammy+Watkins,Tajh+Boyd&start-index=1";;
Query query = new Query(new URL(searchURL));
AlbumFeed searchResultsFeed = picasaService.query(query, AlbumFeed.class);
int numResults = searchResultsFeed.getTotalResults();

This problem, along with the multiple tag search using logical "OR" has 
basically broken my photo gallery.  

Thanks in advance Mike or anyone that has a suggestion!

--Brian.


-- 
You received this message because you are subscribed to the Google Groups 
"Google Picasa Web Albums 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 http://groups.google.com/group/google-picasa-data-api.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to