[tracker-miners: 1/2] tracker-search.c : allow to search the filename fixes : #133
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners: 1/2] tracker-search.c : allow to search the filename fixes : #133
- Date: Thu, 17 Dec 2020 12:18:51 +0000 (UTC)
commit 52a7728310cf6a3b3bf54c136c3c413a3c5a127e
Author: nis130 <nishitlimbani130 gmail com>
Date: Wed Dec 16 18:44:35 2020 +0530
tracker-search.c : allow to search the filename
fixes : #133
src/tracker/tracker-search.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/tracker/tracker-search.c b/src/tracker/tracker-search.c
index 7e66db0ec..ce062e3ab 100644
--- a/src/tracker/tracker-search.c
+++ b/src/tracker/tracker-search.c
@@ -1079,7 +1079,7 @@ get_all_by_search (TrackerSparqlConnection *connection,
return FALSE;
}
- show_all_str = show_all ? "" : "?s nie:isStoredAs/nie:dataSource/tracker:available true . ";
+ show_all_str = show_all ? "" : "?s nie:isStoredAs/nie:dataSource/tracker:available |
nie:dataSource/tracker:available true . ";
if (details) {
query = g_strdup_printf ("SELECT tracker:coalesce (nie:isStoredAs (?s), ?s) nie:mimeType (?s)
?type fts:snippet(?s, \"%s\", \"%s\") "
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]