GNOME Bugzilla – Bug 687788
metadata-store: Add 'search' with filtering by 'favourite'
Last modified: 2012-11-16 09:50:07 UTC
Created attachment 228297 [details] [review] Proposed patch Add the search operation in the metadata-store plugin. The search operation should allow key filtering by 'favourite'.
The patch implements the 'search' operation without text filtering, as imho this doesn't make sense in the current database schema.
The patch is bitrotten. I'm fixing it
Created attachment 229061 [details] [review] metadata-store: Added filtering by 'favourite' Implements the 'search' operation without text filtering, because it doesn't make sense in the current database schema. Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
commit 5b01de64209437d088f3ce9e82e27154c6b17c6b Author: Antía Puentes <apuentes@igalia.com> Date: Tue Nov 13 18:53:57 2012 +0000 metadata-store: Added filtering by 'favourite' Implements the 'search' operation without text filtering, because it doesn't make sense in the current database schema. https://bugzilla.gnome.org/show_bug.cgi?id=687788 Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> src/metadata-store/grl-metadata-store.c | 170 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 159 insertions(+), 11 deletions(-)