When I search in a custom property for numeric values, such as property 'OrderNo' of type text, containing value 5, it turns out no result. And I have anorder with 'orderno' = 5.
What's your syntax? Have you tried making the criterion a string (that is,'5' instead of 5)?
Yep.If I enter the whole order number 55 67 89. It works.But if i enter just 55 it doesn't.55 means something, so we want to see all the orders with test 55 but doesn'twork.