added a cgi-query only class for portland
authorjohn <john>
Fri, 18 Apr 2003 14:00:09 +0000 (14:00 +0000)
committerjohn <john>
Fri, 18 Apr 2003 14:00:09 +0000 (14:00 +0000)
commita10f1a695a9eb430e41f80249f5ed392cef549da
treecb94804e57068954f31c55d1eac1c324bc4cdc22
parent8158dae8f0e5aeb0d4fb3382bb4cbd5d0fe06b5a
added a cgi-query only class for portland

basically, you can do

search_hasMedia= x where x is *one* of {hasImages,hasAudio,hasVideo}

in your form logic and it will do the right thing when it returns the search results.

basically an alternate for :

search_hasImages=y,search_hasAudio=y,or search_hasVideo=y

enjoy
source/mircoders/search/MediaSearchTerm.java [new file with mode: 0755]