rah_file_search

Published under current TXP projects

Simple public file search; combines the power of an article and a file_download_list. Searches matching results from files’ descriptions and filenames, and retunes the results as nicely formatted list.

Download rah_file_search v0.7

Image: rah_file_search

Image: rah_file_search

List of features

Requirements

Installation and usage

The general behavior stands: paste the plugin code to the plugin installer textarea and run the automatic setup. Then just activate the plugin and you are ready to use new tags that plugin includes like others.

For usage, basically use <txp:rah_file_search /> to display the search results. Works kinda identically as <txp:article />.

Attributes

The tag is <txp:rah_file_search /> and it has the same attributes as <txp:file_download_list /> (and one additional). See file_download_list for the list of attributes. In addition to, the tag has:

grand_total
Omit setting result count. If the attribute is set to "0" (zero), search_result_count won’t be updated with the number of results. This attribute could be helpful if rah_file_search is used in conjunction with article tags, as article tags won’t update the count once it’s already set.
Default: grand_total="1" Example: "0".

Example

Outputs search form and results (if any).

<txp:search_input />
<txp:rah_file_search />

Changelog

Version 0.7

Version 0.6

Version 0.5

Version 0.4

Version 0.3

Version 0.2

Version 0.1