tg icon indicating copy to clipboard operation
tg copied to clipboard

Entity centres and masters: remove trailing and leading whitespace from search values in autocompleters

Open 01es opened this issue 1 year ago • 0 comments

Description

Leading and trailing whitespace is not permitted for key values. However, it is possible to enter such whitespace, usually unintentionally, when typing search strings into selection criteria or editors for entity-typed properties. The whitespace is then used as part of the search string, returning no results. And so, users need to realise that they have typed a space before or after a search string, which is far from obvious.

To improve usability, it is proposed to automatically remove leading and trailing spaces from search strings used in entity-typed selection criteria and entity property editors when preparing a query.

Expected outcome

Improved usability.

01es avatar Feb 22 '24 00:02 01es