Is it possible to see if a string contains a sub string in it in a filter? Like let's say I want to build a user-facing search function. Can I do something like navName contains "user input" or something? I can't find anything like this in the API.
Thanks, Daniel
Brian FrankWed 12 Aug 2015
Hi Daniel, there is no substring search capability in the current filter specification.
Daniel Balsam Wed 12 Aug 2015
Is it possible to see if a string contains a sub string in it in a filter? Like let's say I want to build a user-facing search function. Can I do something like
navName contains "user input"
or something? I can't find anything like this in the API.Thanks, Daniel
Brian Frank Wed 12 Aug 2015
Hi Daniel, there is no substring search capability in the current filter specification.