Smart Search

Hello, 

I'm new to Appian. 

I have a textfield() which works like a search engine with two buttons (clear filter and search), it works fine but if I wrote any string without special characters, it doesn't return the proper result.

Example:

User types "Olá" (which is "Hello" in Portuguese language) in the textfield(), click search, it returns the proper result because in SQL database, it contains the exact same string.

However, if user types "Ola" without ` ~ ^ ´ é á, etc. It won't return anything (false in this case)

Is there a way to solve this?

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data