Closed nicky508 closed 7 years ago
DictionaryMatcherTransformer checks only whether the casesensitivity variable is not null in the request. If it is null it is false otherwise it is true. Documentation tells that the value given with the argument determines whether it is either true or false (casesensitivity=true or casesensitivity=false) but this not the case.
using just using the var or not solves the problem, However it is a bug.
Taxonomy containing the term Brand (with capital B).
When using dictionary matcher, with parameter casesensitive false it only finds the term when written with Capital B. Dictionary matcher does not find it when the word is written with lowercase b.
Using this curl request:
curl -X POST -d "brand" "http://10.0.0.6:8301/?taxonomy=http://10.0.0.6/firebrary.rdf&stemming=dutch&casesensitive=false"