Posts Tagged ‘docs’

Google Docs adds improved search and saved searches

Sunday, May 11th, 2008

Google Docs now lets you run advanced searches for documents, spreadsheets and presentations. You can search by document type, date modified, who the documents are shared with and more. Once you set up a search, you can save your search criteria to easily run the same search at a later time

Editions impacted:
Standard, Premier, Education, Team and Partner Editions

Languages impacted:
US English

How to access what’s new:
Sign in to Google Docs and click “Show search options”. After entering your search criteria, click “Save this search” to have Google Docs remember the properties for your search. To run a saved search, choose the search you want from the “Saved searches” menu in the left panel or next to the search box at the top of the screen.

For more information:
http://www.google.com/a/help/intl/en/users/dands.html

Getting your data on, and off, of Google App Engine

Sunday, May 11th, 2008

Posted by Kevin Gibbs, Software Engineer

One upcoming feature of Google App Engine that’s worth mentioning is large-scale data import and export. We know that many of you have large apps that already run on other platforms, and getting all of that data into the Datastore API is a challenge. And, conversely, we also know that a lot of you want to make sure it’s easy to move off Google App Engine in the future, in case you need to switch to a different platform.

With Google App Engine, you own all the data in your app. As stated in our terms, you always have the right to get your data out of Google App Engine at any point. We wouldn’t have it any other way.

To that end, we would like to solicit feedback on what form you would like the data exporter feature to take. We’ve started a thread in the discussion group about this, and we’d love to hear what you think. XML output? CSV transform? AtomPub? RDF? Let us know!