We have a search panel where the user can search for "elements" based on certain criteria (parent, ID etc). One of these criteria is ElementID. ElementID is stored as an integer in the entity but the users now wants to enter i.e. '20' as a criteria in the Search Panel and get all Elements with an ElementID that contains '20', returned to them in a list.
Any suggestions?
FYI; I can not change the attribute to a string