Changes between Version 1 and Version 2 of Ticket #18905


Ignore:
Timestamp:
May 27, 2024, 4:01:58 AM (4 weeks ago)
Author:
un_spacyar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18905 – Description

    v1 v2  
    1 This is weird issue, that I can only reproduce it when searching for an specific attribute.  This is the step by step process:
     1This is weird issue, that I can only reproduce it when searching for an specific file type.  This is the step by step process:
    22\\
    331) open the Find... window from Deskbar.
    44\\
    5 2) search for MPEG audio file (mpeg) Formula: ((name=="**")&&(BEOS:TYPE=="audio/mpeg"))
     52) search for MPEG audio file (mpeg) Formula: {{{((name=="**")&&(BEOS:TYPE=="audio/mpeg"))}}}
    66\\
    773) the search will bring you all the MPEG files (mainly mp3 files).
     
    1616I am attaching the Tracker crash report.
    1717
    18 If I repeat the process and search for MPEG audio file (x-mpeg) (Formula: ((name=="**")&&(BEOS:TYPE=="audio/x-mpeg"))), the issue is not reproducible. 
     18If I repeat the process and search for MPEG audio file (x-mpeg) (Formula: {{{((name=="**")&&(BEOS:TYPE=="audio/x-mpeg")))}}}, the issue is not reproducible. 
    1919
    2020In short: