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

Martin Renvoize <martin.renvo...@ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #121003|0                           |1
        is obsolete|                            |

--- Comment #12 from Martin Renvoize <martin.renvo...@ptfs-europe.com> ---
Created attachment 121042
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121042&action=edit
Bug 27724: Use lenient also in Elasticsearch authorities search

In Elasticsearch, query for biblios uses lenient=true.
This is also needed for authorities search.
In case a search field is defined as type numeric.

Test plan :
1) Use Elasticsearch searchengine
2) Define a search field 'local-number' as type 'Number'
3) Be sure to us 'local-number' in autorities mapping
4) Rebuild autorities
5) Performe a search for autorities with 'Search entire record' and
   'contains' with term '123'
=> Without patch you get error :
[query_shard_exception] Can only use prefix queries on keyword and text fields
- not on [local-number] which is of type [integer]

Signed-off-by: Séverine QUEUNE <severine.que...@bulac.fr>
Signed-off-by: Victor Grousset/tuxayo <vic...@tuxayo.net>
Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to