bug, quick search module, version 22.20.0200

Things you’d like to miss in the future...
Post Reply
nelice
Posts: 4
Joined: 20 May 2019 11:08

bug, quick search module, version 22.20.0200

Post by nelice »

The 1st question: I have a file named "禅react.pdf" (no space between 禅 and react), I entered keyword "禅 react" in the quick search dialog box (a space between 禅 and react), and the result shows that there is no such file in this directory . If the file name is "禅_react.pdf", the search results are also not available. In the 19.10 version, the search results show that it exists.
The 2nd question: In the default search result style, “path column” appears in the first column of the list. I tried to move the path column to the second column position and save the layout, but the next time I search, the path column still appears in the first column position. My changes to the layout are invalid.
22.jpg
22.jpg (132.96 KiB) Viewed 648 times
19.10.jpg
19.10.jpg (150.1 KiB) Viewed 648 times
picture.rar
(240.98 KiB) Downloaded 35 times

jupe
Posts: 2757
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: bug, quick search module, version 22.20.0200

Post by jupe »

You are in Find Files mode (which uses the settings of the Info Panel Find Files tab), press the magnifying glass in the lower left of the quicksearch dialog and then rerun your search.

The Path column is always in 1st position, non optional. The Path column always becomes visible after QS.

nelice
Posts: 4
Joined: 20 May 2019 11:08

Re: bug, quick search module, version 22.20.0200

Post by nelice »

hi,jupe! Thanks for you reply.
This time, I unchecked the "find file made" button, but the problem remains.The attached picture shows the test results of version 19.10 and version 22
GIF 2021-9-12 14-03-48.gif
GIF 2021-9-12 14-03-48.gif (773.69 KiB) Viewed 616 times
The order in which path appears in the result list, I found that it can be adjusted, and the position depends on where the “PATH COLUMN” appears in the normal file list layout. The path problem above, my report is wrong.
1233.gif
1233.gif (348.27 KiB) Viewed 616 times

jupe
Posts: 2757
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: bug, quick search module, version 22.20.0200

Post by jupe »

Enable this:

Configuration | Find and Filter | Find Files & Branch View | Find Files | [x] Enable smart Boolean query parsing

nelice
Posts: 4
Joined: 20 May 2019 11:08

Re: bug, quick search module, version 22.20.0200

Post by nelice »

Thank you ,it works!
In order to get the same search results, I am very interested to ask why this item needs to be checked in version 22, but there is no need to check it in version 19 and earlier versions.
Snipaste_2021-09-12_15-35-52.jpg
Snipaste_2021-09-12_15-35-52.jpg (377.32 KiB) Viewed 603 times

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: bug, quick search module, version 22.20.0200

Post by highend »

Code: Select all

v19.30.0012 - 2018-11-05 16:22
    + Configuration | Find and Filter | Find Files & Branch View | Find Files:
      Added option "Enable smart boolean query parsing" (previously also
      referred to as Loose Boolean Match). Tick it to treat a query as Boolean
      expression if it looks like one. If ticked then e.g.

        " AND " is seen as Boolean AND
        " and " is seen as Boolean AND
        " & "   is seen as Boolean AND
        " "     is seen as Boolean AND

        " OR "  is seen as Boolean OR
        " or "  is seen as Boolean OR
        " | "   is seen as Boolean OR
        ";"     is seen as Boolean OR

      If unticked all the characters are just seen as normal parts of the
      filename.
      To have them treated as Boolean operators you have to prefix the Boolean
      marker ":" to the query (or set Mode to "Boolean" in Find Files). But note
      that the shorthand operators " " (AND) and ";" (OR) are only recognized in
      Smart Boolean, not in Explicit Boolean mode.
      Note that this setting affects the parsing of Quick Search pattern as well
      as Find Files (Name) patterns.
One of my scripts helped you out? Please donate via Paypal

nelice
Posts: 4
Joined: 20 May 2019 11:08

Re: bug, quick search module, version 22.20.0200

Post by nelice »

i get it.

Post Reply