opendatapress / open_data_press

Google Sheets to Open Data Publishing Tool
MIT License
13 stars 0 forks source link

Search facility #21

Closed craig552uk closed 10 years ago

craig552uk commented 10 years ago

Use Google App Engine Search API https://developers.google.com/appengine/docs/python/search/

craig552uk commented 10 years ago

Using tags with the search API http://stackoverflow.com/questions/16409006/google-app-engine-using-search-api-python-with-list-fields

craig552uk commented 10 years ago

Seem to have this working quite nicely. Unit testing is a bit of a bitch though.

craig552uk commented 10 years ago

Ah! Undocumented features... http://stackoverflow.com/questions/10872009/testbed-stub-for-google-app-engine-search

craig552uk commented 10 years ago

Largely complete.

There is a bug where indexed documents are not correctly updated when a view is deleted. Issue #54

Search doesn't feature pagination, but this is supported by the search API and can be incorporated later.

Search does not include facets or filters. This is not supported by the search API and would probably be quite cumbersome to retro-fit on top.