Hi John,

What is your app ID and entity type? Email me with them if you don't feel
comfortable revealing them here.

Are you sure about not getting any results for any queries with conditions?
Queries for simple equality conditions, at least, should be satisfied by the
built-in indexes, and building a new index should not be able to affect any
other, existing indexes.

-Nick Johnson

On Wed, Jun 3, 2009 at 4:58 PM, John Tantalo <[email protected]> wrote:

>
> My datastore is currently refusing all queries for one of my entities
> after I added a new __searchable_text_index for the entity. The model
> is an instance of search.SearchableModel and I have had other
> searchable text indexes for this entity.
>
> As a result, any query except "select *" fails and returns 0 results,
> even queries with existing indexes. My index list shows all indexes as
> "serving".
>
> Any idea what could cause this? How to fix it? Should I try to kill
> the new index?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to