It would be useful to be able to specify a form field that defines a partial URL path that filters any results. For example, if I have:
.. then the results would filter out all results except those that occur in the directory journals/0203/
This is effectively a dynamic category option, which I could use as a "search from here", or "search this journal" option.
The converse option is to filter out all files in a specified directory. A more simplistic option is to "return results in the current directory and below", which would require only a boolean form field.
Regards,
Ian Tresman
Code:
<input type=hidden path="journals/0203/">
This is effectively a dynamic category option, which I could use as a "search from here", or "search this journal" option.
The converse option is to filter out all files in a specified directory. A more simplistic option is to "return results in the current directory and below", which would require only a boolean form field.
Regards,
Ian Tresman
Comment