Item14088: SEARCH macro with type word does not find words starting with umlauts
Priority: Normal
Current State: Confirmed
Released In: n/a
Target Release: n/a
Applies To: Engine
Component: SEARCH
Branches:
Create a topic with the following content:
über
gegenüber
%SEARCH{"über" type="word"}%
As expected, this topic will be displayed as part of the results of the
SEARCH macro. Now, remove the word "gegenüber":
über
%SEARCH{"über" type="word"}%
Now, the topic is not among the results. This doesn't work as expected. It works with
type="keyword"
, though. Seems like some word boundary definitions are messed up.
--
PhilippHoppen - 09 Jun 2016
I'm confirming this, but am at a complete loss as to what's actually going on. In addition to "keyword" working, the following also works:
%SEARCH{"über" type="%URLPARAM("type" default="word")%"}%
--
GeorgeClark - 09 Jun 2016