I was looking at doing something like search.jsp?query=<%htmlQueryString>&lang=<%language%>%type=<%type%>
Appending anything like this to the query strings shows up whenever i use query string to display anything.. for example it would be 192384798 matches for "lang:en president bush" which just isn't terribly friendly. -byron --- "Vanderdray, Jacob" <[EMAIL PROTECTED]> wrote: > If you want to force that to be part of every > query, you could > edit search.jsp to add something like: > > queryString = queryString + "type:pdf lang:en"; > > If you want it to be the default, but let the user > change it, > I'd add fields to the search form and make the > default be > checked/selected. > > Jake. > > -----Original Message----- > From: Byron Miller [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 31, 2006 2:11 PM > To: [email protected] > Subject: passing type: or lang: as hidden field (not > in query) > > Is it possible to pass > > type:pdf or lang:en as defaults not in the query > string? > ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
