Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
8 replies
Subscribers
9 subscribers
Views
4422 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Data and Records
Search behaviour within Records for integers
chrism967
over 8 years ago
Hi Guys,
Is it correct that if a field referenced in the title of a record listview is of type integer then pattern match on search doesnt work?
eg if there is a field which contains 123456 then any partial searches of 123 or 45 etc will not work but a full search of 123456 works.
Before I go to the effort of changing/ casting the fields in question (as the datasets are large so i'd rather not have any unnecessary overhead), is that out of the box behaviour or a bug that we're aware of?
Cheers,
Chris
OriginalPostID-236249
Discussion posts and replies are publicly visible
Parents
0
Jamie Loizou
Appian Employee
over 8 years ago
Adjustments in the grid display won't have any affect since the user facets re-query the data from the source.
I suggest casting from integer to text in the record's underlying DB view. You can then use "includes" as the operator in the a!queryFilter defining the User Filter, assuming you are either (1) using an expression-backed entity querying the view or (2) using an entity-backed entity on v 16.1+ .
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Jamie Loizou
Appian Employee
over 8 years ago
Adjustments in the grid display won't have any affect since the user facets re-query the data from the source.
I suggest casting from integer to text in the record's underlying DB view. You can then use "includes" as the operator in the a!queryFilter defining the User Filter, assuming you are either (1) using an expression-backed entity querying the view or (2) using an entity-backed entity on v 16.1+ .
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data