Open-Lowcode icon indicating copy to clipboard operation
Open-Lowcode copied to clipboard

Repair easy text search on test field

Open openlowcode opened this issue 4 years ago • 0 comments

Text field on an object should have an easy search function. The function is part of the framework today, but not implemented.

The context is to take a text, remove all spaces, dots, commas..., keep only letters and numbers and put letters to upper case. This will be stored in a special field.

When doing a search, the text to search will be normalized the same way, and search will be done on the special field. So when searching for " Hello, World", "hello world" will also be returned.

File to impact include org.openlowcode.server.data.StringDataObjectField

openlowcode avatar Jan 17 '20 05:01 openlowcode