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?