I built a database that I would like to be able to search using the Search API in GAE. I clicked through the tutorials that Google has on the API, but the one thing I'm missing is how to actually turn a datastore kind into a "document". Is there a good tutorial for that somewhere? Thank you
You can not convert db.Model ndb.Model to search.Document.
Why? because it does not have too much value.
I give you some example - you have string 'this-is-black-tag' in db.StringProperty() how to convert it:
You need design search feature yourself that it should be manual design that is answer.
You just need:
Read reference: https://developers.google.com/appengine/docs/python/search/documentclass