URL convention

A place for users and developers of the Xataface to discuss and receive support.

URL convention

Postby kevinwen » Mon May 10, 2010 6:12 pm

I read the article here: http://xataface.com/wiki/URL_Conventions

My question is: could we construct a URL for the condition below?

Code: Select all
where
(first_name = 'bob' AND last_name = 'frank')
OR
(first_name = 'steve' AND last_name = 'goodman')
kevinwen
 
Posts: 109
Joined: Mon Dec 28, 2009 3:44 pm

Re: URL convention

Postby shannah » Mon May 10, 2010 6:32 pm

You can't do that with a query. But you can achieve the same results by creating a calculated field fullname which is the concatenation of first and last , then search on that field instead.
shannah
 
Posts: 4457
Joined: Wed Dec 31, 1969 5:00 pm


Return to Xataface Users

Who is online

Users browsing this forum: No registered users and 20 guests

cron
Powered by Dataface
© 2005-2007 Steve Hannah All rights reserved