Features/Plain Query Format: Difference between revisions
| Line 148: | Line 148: | ||
* simple(plain 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 plain 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 | * let experienced users use system terms in Journal search bar | ||
* 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). | ||