{"id":21840249,"url":"https://github.com/gocom/rah_file_search","last_synced_at":"2025-03-21T15:34:00.955Z","repository":{"id":2345283,"uuid":"3307839","full_name":"gocom/rah_file_search","owner":"gocom","description":"Extends Textpattern's article search to file downloads","archived":false,"fork":false,"pushed_at":"2012-09-11T21:42:14.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-26T11:08:31.099Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://rahforum.biz/plugins/rah_file_search","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gocom.png","metadata":{"files":{"readme":"README.textile","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-01-30T19:14:11.000Z","updated_at":"2022-04-24T17:00:13.000Z","dependencies_parsed_at":"2022-08-26T12:51:56.302Z","dependency_job_id":null,"html_url":"https://github.com/gocom/rah_file_search","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_file_search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_file_search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_file_search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_file_search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gocom","download_url":"https://codeload.github.com/gocom/rah_file_search/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244822889,"owners_count":20516187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-27T21:25:22.565Z","updated_at":"2025-03-21T15:34:00.927Z","avatar_url":"https://github.com/gocom.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"h1. rah_file_search\n\np. Simple public file search; combines the power of an \"article\":http://textpattern.net/wiki/index.php?title=article and a \"file_download_list\":http://textpattern.net/wiki/index.php?title=file_download_list. Searches matching results from files' descriptions and filenames, and retunes the results as nicely formatted list.\n\nh2. List of features\n\n* Customize search results with Textpattern file forms and various attributes.\n* A simple tag, @\u003ctxp:rah_file_search /\u003e@. The tag shows search results.\n* The search works with the standard core search. Core conditionals and forms can work too, including @\u003ctxp:if_search /\u003e@.\n\nh2. Requirements\n\n* Textpattern 4.2.0 or newer.\n\nh2. Installation and usage\n\np. 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.\n\np. For usage, basically use @\u003ctxp:rah_file_search /\u003e@ to display the search results. Works kinda identically as @\u003ctxp:article /\u003e@.\n\nh2. Attributes\n\np. The tag is @\u003ctxp:rah_file_search /\u003e@ and it has the same attributes as @\u003ctxp:file_download_list /\u003e@ (and one additional). See \"file_download_list\":http://textpattern.net/wiki/index.php?title=file_download_list for the list of attributes. In addition to, the tag has:\n\np. *grand_total*\nOmit setting result count. If the attribute is set to @\"0\"@ (zero), \"search_result_count\":http://textpattern.net/wiki/index.php?title=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\":http://textpattern.net/wiki/index.php?title=article tags, as article tags won't update the count once it's already set.\nDefault: @grand_total=\"1\"@ Example: @\"0\"@.\n\nh2. Example\n\np. Outputs search form and results (if any).\n\nbc. \u003ctxp:search_input /\u003e\n\u003ctxp:rah_file_search /\u003e\n\nh2. Changelog\n\nh3. Version 0.7 - 2011/03/24\n\n* Now filters by all words, not any. \"Thank you ax\":http://forum.textpattern.com/viewtopic.php?pid=244003#p244003.\n\nh3. Version 0.6 - 2011/03/24\n\n* Now searches words individually. \"Thank you for notifying Marc\":http://forum.textpattern.com/viewtopic.php?pid=243987#p243987.\n* Searches are case-insensitive.\n\nh3. Version 0.5 - 2011/02/23\n\n* Added _title_ to searchable fields in addition to _filename_ and _description_.\n\nh3. Version 0.4 - 2011/02/23\n\n* Added: option to omit updating \"search_result_count\":http://textpattern.net/wiki/index.php?title=search_result_count. If @grand_total@ attribute is set to @0@, the count wont be set.\n* Changed: defaults \"search_result_count\":http://textpattern.net/wiki/index.php?title=search_result_count to @0@ (zero).\n\nh3. Version 0.3 - 2011/02/23\n\n* Added: Now populates \"search_result_count\":http://textpattern.net/wiki/index.php?title=search_result_count.\n\nh3. Version 0.2 - 2011/02/22\n\n* Now only causes one extra query; uses @file_download_list()@ instead @file_download()@.\n* Now accepts all the same attributes as \"file_download_list\":http://textpattern.net/wiki/index.php?title=file_download_list tag.\n* Now suppresses _\"Page template doesn't contain article tag.\"_ notice when on search context.\n* Now uses uses same type of matching pattern as Textpattern.\n* From now on requires Textpattern version 4.2.0 or newer.\n\nh3. Version 0.1 - 2008/11/30\n\n* Initial release.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgocom%2Frah_file_search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgocom%2Frah_file_search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgocom%2Frah_file_search/lists"}