URL convention

I read the article here: http://xataface.com/wiki/URL_Conventions
My question is: could we construct a URL for the condition below?
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')