You are viewing limited content. For full access, please sign in.

Question

Question

constraint syntax for custom field

asked on August 3, 2015

I have created a custom search in WebLink 9 that uses a custom field to search on name in a template.

If the name in the template has spaces I get an error "The search term you have entered is not valid."

Example: Name field ([Grantees]) contains 'Town of EG', if I enter 'Town of' in the search field on the custom search, I get the error.

This is the constraint I have in place - not sure how to fix the constraint to allow for proper search.

{[]:[Grantees] =*%(Grantee)*}  Thank you

0 0

Replies

replied on August 3, 2015

Try

{[]:[Grantees] = "*%(Grantee)*"}

(with your token and the wildcards enclosed in double quotes).

0 0
replied on August 3, 2015

Perfect - thanks... should have thought of that!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.