You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This concerns all range operators (GT,GTE,LT,LTE and RANGE?).
gt|name|v gives 306 hits, all that contains a token greater than v
gt|name|V gives 1981 hits, all that contains a token greater than V when lowercased (eg. all entries in places)
gt|name.raw|v gives 130 hits, all that begins with a letter greater than v (if the first letter is in uppercase, only those starting with Å, Ä and Ö is returnes)
gt|name.raw|V gives 285 hits, all that begins with a token greater than V including all entries starting with any lowercase letter.
The text was updated successfully, but these errors were encountered:
This concerns all range operators (GT,GTE,LT,LTE and RANGE?).
gt|name|v
gives 306 hits, all that contains a token greater thanv
gt|name|V
gives 1981 hits, all that contains a token greater thanV
when lowercased (eg. all entries inplaces
)gt|name.raw|v
gives 130 hits, all that begins with a letter greater thanv
(if the first letter is in uppercase, only those starting withÅ
,Ä
andÖ
is returnes)gt|name.raw|V
gives 285 hits, all that begins with a token greater thanV
including all entries starting with any lowercase letter.The text was updated successfully, but these errors were encountered: