Hi all, quick question — is there any way to use w...
# gd-beginners
p
Hi all, quick question — is there any way to use wildcard or regex search in AD filters? Support in the API would be sufficient for my use case. I see that
LIKE
is supported in MAQL, but I need to pass the query string dynamically. I know that Filters support search but I am looking for solution where I don't pick the values in seach manually and then pass them as filters but pass the query string directly. It seems the Filter's search does support the patternFilter, would be great if it also exists as an option
m
Hi Peter, thank you for this question. I have been checking internally, and unfortunately, the use of wildcards or regex is not supported. A similar question was discussed on this thread. After asking our engineers, they answered that it is not possible, as it is coded to perform only a “contains” match. I would be happy to submit product feedback on your behalf if you can explain a bit more your use case.
p
Thanks @Mauricio Cabezas, I thought it would be like that. I will try to find a workaround and get back to you with more details if needed.
j
There is "inline" filter on execute API which can be used to specify filter using MAQL.
🙌 1