3
使用NDB文檔類型的主叫Subscribe
時,在開發應用程序服務器甲同事越來越預期搜索是否支持ndb.model?
DocumentTypeError: Document type is not supported.
。
是ndb和預期搜索兼容?
使用NDB文檔類型的主叫Subscribe
時,在開發應用程序服務器甲同事越來越預期搜索是否支持ndb.model?
DocumentTypeError: Document type is not supported.
。
是ndb和預期搜索兼容?
是,NDB和預期搜索是兼容的,但你需要使用prospective_search爲NDB:
from google.appengine.ext.ndb import prospective_search
有關錯誤,從源頭:
get_document() Raises DocumentTypeError: if document class is not recognized.
http://appengine-ndb-experiment.googlecode.com/hg/ndb/prospective_search.py