[twitter-dev] Re: Result count with search api

2009-02-22 Thread Zac Bowling
I think you missed what he was asking. Zac Bowling On Sat, Feb 21, 2009 at 11:16 PM, Chad Etzel jazzyc...@gmail.com wrote: However, many languages support functions that turn xml into arrays and/or objects, which usually have accompanying .length or count() properties/functions that will

[twitter-dev] Re: Result count with search api

2009-02-21 Thread Doug Williams
Louis, That is not currently supported. @dougw On Sat, Feb 21, 2009 at 11:51 AM, houdelou houde...@gmail.com wrote: Hi, Is it possible to get the number of search results from the search api? I don't see it in the atom/xml result. Thanks Louis -- Doug Williams do...@igudo.com

[twitter-dev] Re: Result count with search api

2009-02-21 Thread Chad Etzel
However, many languages support functions that turn xml into arrays and/or objects, which usually have accompanying .length or count() properties/functions that will give you the length. for example, in javascript with json format I usually store the result in a variable called data, so I can