[Koha-bugs] [Bug 28316] Cannot search with square brackets []

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 2 01:04:26 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28316

--- Comment #11 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
With the patch of comment 8 and services restarted.
Retried the case listed in the comment 8:

> With QueryAutoTruncate = only if * is added:
> The ideas behind the chess openings "fox quick"~5 tag:{alpha TO omega} => No results

I still have no result with the patch from comment 8
I still have to quote it.

> With QueryAutoTrunacte = automatically:
> The ideas behind the chess openings "fox quick"~5 tag:{alpha TO omega}  => Error: Unable to perform your search

Still error

With QueryAutoTruncate=both possible values
For a search of the following and a record named the following:
name:/joh?n(ath[oa]n)/
=> no result

With QueryAutoTruncate=only if *
For a search of the following and a record named the following:
count:[10 TO *]
=> no result

With QueryAutoTruncate=auto
For a search of the following and a record named the following:
count:[10 TO *]
=> Error: Unable to perform your search

With QueryAutoTruncate=only if *
For a search of the following and a record named the following:
age:(+>=10 +<20)
=> no result

With QueryAutoTruncate=auto
For a search of the following and a record named the following:
age:(+>=10 +<20)
=> no result

With QueryAutoTruncate=only if *
For a search of the following and a record named the following:
quick^2 fox
=> Error: Unable to perform your search

With QueryAutoTruncate=only if *
For a search of the following and a record named the following:
The reserved characters are: + - = && || > < ! ( ) { } [ ] ^ " ~ * ? : \ /
=> Error: Unable to perform your search

With QueryAutoTruncate=auto
For a search of the following and a record named the following:
The reserved characters are: + - = && || > < ! ( ) { } [ ] ^ " ~ * ? : \ /
=> Error: Unable to perform your search

With QueryAutoTruncate=auto
For a search of the following (no record)
[chess TO *]
=> Error: Unable to perform your search

With QueryAutoTruncate=only if *
For a search of the following (no record)
[chess TO *]
=> whole catalogue
Maybe it's expected

With QueryAutoTruncate=auto
For a search of the following (no record)
Nmap network scanning :  <> ><
=> Error: Unable to perform your search

Not sure what is expected in the above results.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list