From: Sarah Hoffmann Date: Fri, 13 Dec 2024 10:53:10 +0000 (+0100) Subject: generalize normalization step for search query X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/2b87c016db1dd7a03b5cafe385209529a7457fc6?hp=2b87c016db1dd7a03b5cafe385209529a7457fc6 generalize normalization step for search query It is now possible to configure functions for changing the query input before it is analysed by the tokenizer. Code is a cleaned-up version of the implementation by @miku. ---