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? >
