Yesterday docs.search was working perfectly, but today all queries are
returning zero results.
Thanks,
--Watts
2010/1/5 Søren Pedersen <so...@simulation.dk>:
> --
> You received this message because you are subscribed to the Google Groups "Scribd Platform Talk" group.
> To post to this group, send email to scribd-platfo...@googlegroups.com.
> To unsubscribe from this group, send email to scribd-platform-dev...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/scribd-platform-developers?hl=en.
>
>
>
>
--
Mike Watts
mwa...@scribd.com
It's a simple query like this that returns nothing now (it used to
return results perfectly):
http://api.scribd.com/api?method=docs.search&query=binzer&api_key=[key]
My documents are private and secure - could that be an issue? I
wouldn't think so since it used to work and I haven't made any
changes.
I should say that I also sent this as a formal support request
(however, I do appreciate that you are also checking up on the issue).
> > For more options, visit this group athttp://groups.google.com/group/scribd-platform-developers?hl=en.
>
> --
> Mike Watts
> mwa...@scribd.com
Can you send me your api_key offline (please email me directly)?
Thanks,
--Watts
> For more options, visit this group at http://groups.google.com/group/scribd-platform-developers?hl=en.
>
>
>
>
--
Mike Watts
mwa...@scribd.com
In fact, I just tested the public Scribd site (i.e., logged-in to
Scribd.com, not even using the API) and when viewing All Documents in
my account, using the search box there seems to be broken as well --
help!
-Daryl
Can you send me a specific example? I'm still unable to reproduce this problem.
Thanks,
--Watts
> For more options, visit this group at http://groups.google.com/group/scribd-platform-developers?hl=en.
>
>
>
>
--
Mike Watts
mwa...@scribd.com
Looking into it further, there seem to actually be a couple of things
going wrong. FYI, I have a number of Scribd accounts that are used for
different things, and the strange behavior is slightly different for
some accounts than for others(?).
For example, one of the most recent accounts created (created on
12/19/09) returns 0 docs with the API docs.search method (no matter
what the query search term is, including a blank query term) even
though docs.list correctly shows 5 docs exist. I can log-in to
Scribd.com and see all 5 private documents sitting there on the My
Documents page. However, using the Scribd.com search box on the site
with any search term (even ones that should match) also returns 0
docs, which is obviously wrong.
On most other Scribd accounts I have (created much longer ago), a
docs.search with a blank query returns all of my private docs (as it
should), but putting any search term in for the query parameter again
shows 0 results (even if there should be matches). And, again, using
the search box for any of these other accounts on the Scribd site also
seems to incorrectly return 0 results.
So, in summary:
- in some cases (my older Scribd accounts) it seems that I can use
docs.search with a blank query parameter and see all of my private
documents as I have been... but on my most recently created account I
cannot see any of my private docs this way.
- in any of my accounts, it seems that docs.search using a valid query
parameter that should match is returning 0 results.
If you are unable to reproduce, let me know and perhaps we can find a
way to privately look at some of my specific accounts that show this
behavior...
Thanks,
Daryl
I believe the problem should be fixed now. Could you please do the
checks and tell us if this is the case? Thanks.
On Jan 6, 9:42 pm, dscott <dsc...@attaain.com> wrote:
> Hi Mike:
>
> Looking into it further, there seem to actually be a couple of things
> going wrong. FYI, I have a number of Scribd accounts that are used for
> different things, and the strange behavior is slightly different for
> some accounts than for others(?).
--
Alexey Kovyrin
http://kovyrin.net/
I have just sent Matt my private key to check up on it. Yesterday I
uploaded a new bunch of documents and they indexed fine (and were
available in docs.search, but ONLY the new ones). This morning they
have also dissapeared from the results.
Somehow it seems to me that a nightly job cleans everything up without
re-indexing.
I think it's a wonderful system, it's only the docs.search that is the
problem for me (although it pretty serious since it breaks my entire
application - however, Im confident they will locate and fix it pretty
fast).
--Watts
> For more options, visit this group at http://groups.google.com/group/scribd-platform-developers?hl=en.
>
>
>
>
--
Mike Watts
mwa...@scribd.com
Thanks,
Daryl
On Fri, Jan 8, 2010 at 3:18 PM, dscott <dsc...@attaain.com> wrote:
> ...any ETA for the fix yet?
--
Alexey Kovyrin
http://kovyrin.net/
Thanks for your efforts in getting this back in shape...
Best Regards,
Daryl
Thanks for swift action on this.
1) I created the new account and uploaded a private doc
2) the doc shows up on Scribd.com when viewing All Documents
3) However, NO docs show up when doing any Search Documents on
Scribd.com for the account (even with a valid search term)
4) AND, NO docs show up via the API for any docs.search on the
account, even though they should.
I tried deleting and re-uploading the private doc with the same
incorrect results (both on the Scribd.com site and via the API).
Just as when the problem appeared previously, while no docs can be
found via the API docs.search method, a docs.getList does show that
the docs are there -- it's just docs.search that cannot find them and
returns 0 results regardless of the search term.
Is the search indexing broken again?
-Daryl
P.S. I can provide the details for this account privately if it is
needed...
> --
> You received this message because you are subscribed to the Google Groups "Scribd Platform Talk" group.
> To post to this group, send email to scribd-platfo...@googlegroups.com.
> To unsubscribe from this group, send email to scribd-platform-dev...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/scribd-platform-developers?hl=en.
>
>
>
>
--
Alexey Kovyrin
http://kovyrin.net/
-Daryl
Yes, all fixed now... thanks for the quick resolution!
-Daryl
New documents are not indexed.
I'm trying a query like this:
http://api.scribd.com/api?method=docs.search&query=tags%20'year2010'&num_results=1000&api_key=XXXX
I know for certain that I have more documents with the above tag then
what is returned and it is the new ones that are missing.
I can forward detailed information if you want.
Regards,
Soeren
P.S. As for the indexer, it seems to be ok at this moment. Let me know
if you see any problems.
Thanks again and sorry for the false alarm. Everything is working now.
On 23 Jan., 18:35, Alexey Kovyrin <ale...@kovyrin.net> wrote:
> AFAIU the right syntax would be "@tags year2010"
> (http://www.scribd.com/developers/search_helpfor more information).
> For backward-compatibility with our old API search based on some other
> search engine (now we use sphinx) we still support tags:year2010
> syntax, but I'd recommend to use the syntax explained on the search
> help page.
>
> P.S. As for the indexer, it seems to be ok at this moment. Let me know
> if you see any problems.
>
>
>
>
>
> On Sat, Jan 23, 2010 at 6:17 AM, systemaddict <soren.svend...@eb.dk> wrote:
> > Unfortunately, it seems that the indexer has stopped working again.
>
> > New documents are not indexed.
>
> > I'm trying a query like this:
>
> >http://api.scribd.com/api?method=docs.search&query=tags%20'year2010'&...