Features/Plain Query Format: Difference between revisions
| Line 27: | Line 27: | ||
== 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 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) | |||
* 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). | |||
== Scope == | == Scope == | ||