Advanced Search Criteria

We have a field in our DCN that requires manual input. I’m trying to create a search in which this field may consist of 4-5 variations.  Is there a separator I can use between the words?

Thank you

Note: I am new to this group, so forgive me if this is not the proper place to post.

Add Comment
1 Answer(s)

If this is a free form text field you will have the risk of incorrect spellings or alternate spellings so be aware.  For the advanced search you would use a seperate line for each iteration while using the OR join and parenthesis around the complete OR statement like thus;

part is in production AND
( textfield1 contains Right OR
textfield1 contains Left OR
textfield1 contains Up OR
textfield1 contains DOWN )

Agile Angel Answered on January 12, 2017.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.