UdmSearch: Webboard: Parameters...

2001-02-12 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Why do you want to pass something to indexer from browser? It'seems that you misunderstand something. > I have built my index using this: > > HTDBDoc \ > SELECT concat( \ > 'HTTP/1.0 200 OK\\r\\n',\ > 'Content-type: text/html\\r\\n',\ >

UdmSearch: Webboard: Parameters...

2001-02-12 Thread Zenon Panoussis
Author: Zenon Panoussis Email: [EMAIL PROTECTED] Message: > I have built my index using this: > HTDBDoc \ > SELECT concat( \ > [etc] > FROM jobsadvertised \ > WHERE job_id='$1' and to_days(now()) - to_days(job_inp_dte) <= '$2' and site_type >= '$4' and job_location = '$3' and job_type = '$5'

UdmSearch: Webboard: Parameters...

2001-02-12 Thread Joe B
Author: Joe B Email: Message: Hello, I have built my index using this: HTDBDoc \ SELECT concat( \ 'HTTP/1.0 200 OK\\r\\n',\ 'Content-type: text/html\\r\\n',\ 'Last-Modified: ',Date_format(job_inp_dte,'%d %b %Y'),' \\r\\n',\ '\\r\\n',\ '',\ '',job_position,'',\ '',\ '',\ '\\n',\ '\\n',job_desc,'