Features/Plain Query Format: Difference between revisions

Detailed Description: plane has been crashed
Benefit to Sugar: another to two SAMs were launched..
Line 134: Line 134:
== Benefit to Sugar ==
== Benefit to Sugar ==


* simple(plane string in comparing with existed API with dictionary find()'s argument) query format for dbus find() method
* simple(plain string in comparing with existed API with dictionary find()'s argument) query format for dbus find() method
* simple and new-feature-proof way to implement find method for example in CLI tools(because this tool needs only to pass plane string to Datastore service)
* simple and new-feature-proof way to implement find method for example in CLI tools(because this tool needs only to pass plain string to Datastore service)
* let experienced users make complicated search in Journal etc.
* let experienced users make complicated search in Journal etc.
* existed implementation has hard-coded logic for example in case of having several mime_types in query(all mime_types will be ORed despite what user wants).
* existed implementation has hard-coded logic for example in case of having several mime_types in query(all mime_types will be ORed despite what user wants).