How to find user attribute value if present in the string value of a meta of indexed document

I am using opensearch 2.17 version.

user attribute industry can contain multiple values. e.g., "“ind001”,“ind002"”. but it will be different for different user.

Indexed document store industry value like “ind001;ind003;ind005”.

So what should be the DLS to search user attribute industry values against indexed document industry to fetch the document where user is having specific industry?