Hello,
I have application where each document has an ID field with sequence number in it. It is stored in normal Number field. Customer asked me why it is not possible to find these documents using full-text.
I was surprised that it doesn’t work. If i put just a number into the full-text search area above a view, nothing is found. If I put there [ID]=100, the document is correctly found.
Is there a way how to make the search work also just for 100? I don’t want to explain the syntax using to every user in the organization ![]()
I know that a workaround would be to store the ID as text in another field, but I don’t like to duplicate data.
Thanks for advices
Martin