Hi, I tried to recreate the issue by copying and rewriting an existing test, but for some reason it looks like it is passing. One difference I noticed (don't know if it is relevant) in the test is that the analyzer which passed was placed slightly differently in the config. (Inside the text:map, inside the definition of the index field itself. ) I tried using your config here (inserted into analyzer), which gave the expected results from the wildcard. using the query *?s text:query ( rdfs:label "uni*" 10 ) .*
text:map (", " [ text:field \"label\" ; ", " text:predicate rdfs:label ;", " text:analyzer [ a " + analyzer + " ]", " ]", For further debugging, could you also add your entity map section of the config? Best regards, Øyvind On Wed, Apr 2, 2025 at 6:24 PM Raitis Veinbahs <raitis.veinbahs@dasch.swiss.invalid> wrote: > Hey Andy, it is 5.2.0. >