I'm trying to pass multiple values through a singular parameter from a search form to a results page via a query string.
I have read this help page, which explains how to pass multiple values as a single parameter using " OR " in the query string. It seems to work fine for text fields. However, my field is an integer, and it keeps returning "No results."
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
pniehaus
Hi all,
I'm trying to pass multiple values through a singular parameter from a search form to a results page via a query string.
I have read this help page, which explains how to pass multiple values as a single parameter using " OR " in the query string. It seems to work fine for text fields. However, my field is an integer, and it keeps returning "No results."
I have tried the following:
http://b6.caspio.com/dp.asp?AppKey=APPKEY&Client_ID=2 OR 3
http://b6.caspio.com/dp.asp?AppKey=APPKEY&Client_ID="2" OR "3"
Can anyone tell me how to pass multiple numbers within a single parameter?
Thanks!
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.