After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 752871 - Search does not work with the --files option
Search does not work with the --files option
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
1.4.x
Other Linux
: Normal normal
: ---
Assigned To: tracker-general
tracker-general
Depends on:
Blocks:
 
 
Reported: 2015-07-25 18:15 UTC by Stefan
Modified: 2015-07-31 14:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan 2015-07-25 18:15:06 UTC
Tracker search doesn't work, if the option --files is provided. If the option --all is provided instead of --files - it will work.

Example:
tracker search --files myExpression

Error:
Could not get search results, 1.68: syntax error, expected `}'

Workaround:
tracker search --all myExpression

Versions:
* OS - Fedora 22
* Tracker 1.4.0
Comment 1 Martyn Russell 2015-07-31 14:39:24 UTC
commit 2283a08ad6ed4856ad906342a67c9d7f519f5059
Author: Martyn Russell <martyn@lanedo.com>
Date:   Fri Jul 31 15:37:53 2015 +0100

    tracker: Fixed search with -f <arg> or --files <arg>, broken expression
    
    https://bugzilla.gnome.org/show_bug.cgi?id=752871