Alright,
I log this;
entity.getName().trim()
it returns entity name for example; Oak (nothing else)
then when i use;
menuOption.name.equalsIgnoreCase(entity.getName().trim())
for filter, it doesn't recognize it even though in logger it returns Oak and there shouldn't be anything else,
Any ideas ?