tomwalder / php-appengine-search

Native Full Text Search for PHP on Google App Engine
Apache License 2.0
24 stars 4 forks source link

Get document by id bug #8

Closed stubbies closed 8 years ago

stubbies commented 8 years ago

I'm trying to validate if a document exists by using $obj_index->get('test-123'); but if that document doesn't exists it returns the last added one.

Is this a bug or is this what it's supposed to do?

tomwalder commented 8 years ago

Doesn't sound right... I'll look into it.

Is this on the local development server or on App Engine?

tomwalder commented 8 years ago

Just looked at the code. It's a bug.

I'll drop a fix in place shortly.

stubbies commented 8 years ago

Thanks