My challenge is to be able to select only one section when I submit
the keyword from top menu search form. SearchKeyword.php seems to work
by default as if always all sections are checked. It includes every
section for search unless you manually uncheck some sections and
re-submit the form.
If I could make a drop-down menu that makes an effect of un-checking
all the other sections from SearchKeyword.php except the selected one,
it would search in only one sections as in Linkedin. So I thought maybe
SearchKeyword.php needs to be modified, which is way over my head...
Does anyone know how I can limit SearchKeyword.php to only one section at a time from a drop down menu instead of check-boxes?
