{"id":21840248,"url":"https://github.com/gocom/rah_link_search","last_synced_at":"2026-06-10T16:31:56.585Z","repository":{"id":2348486,"uuid":"3311224","full_name":"gocom/rah_link_search","owner":"gocom","description":"Extends Textpattern's article search to links","archived":false,"fork":false,"pushed_at":"2012-02-07T03:38:04.000Z","size":102,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-11-03T23:25:06.901Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://rahforum.biz/plugins/rah_link_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-31T02:37:42.000Z","updated_at":"2022-04-24T17:00:38.000Z","dependencies_parsed_at":"2022-08-26T13:51:35.986Z","dependency_job_id":null,"html_url":"https://github.com/gocom/rah_link_search","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/gocom/rah_link_search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_link_search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_link_search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_link_search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_link_search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gocom","download_url":"https://codeload.github.com/gocom/rah_link_search/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_link_search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34161283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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:21.662Z","updated_at":"2026-06-10T16:31:56.566Z","avatar_url":"https://github.com/gocom.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"h1. rah_link_search\n\np. Extends \"Textpattern's\":http://textpattern.com search to links.\n\nh2. List of features\n\n* Search results are customizable with Textpattern's link forms.\n* A simple tag, @\u003ctxp:rah_link_search /\u003e@. The tag shows search results.\n* The search works with the standard core @?q@ HTTP GET search. Core conditionals and forms can work too, including @\u003ctxp:if_search /\u003e@.\n\nh2. Requirements\n\n* Textpattern \"r3586\":http://code.google.com/p/textpattern/source/detail?r=3586 (i.e. 4.5.0).\n\nh2. Installation and usage\n\np. The general behavior stands: paste plugin code to the plugin installer textarea and run the automatic setup. When done, just activate the plugin and you are ready to use the new tag, @\u003ctxp:rah_link_search /\u003e@.\n\np. You can now use @\u003ctxp:rah_link_search /\u003e@ to display links on your search results page. It works same as @\u003ctxp:article /\u003e@ would.\n\nh2. The tag and attributes\n\np. The tag is @\u003ctxp:rah_link_search /\u003e@. It has the same attributes as @\u003ctxp:linklist /\u003e@ tag (and one additional). See \"linklist\":http://textpattern.net/wiki/index.php?title=linklist for the list of attributes. In addition to, the tag has one extra attribute, @grand_total@:\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_link_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. Examples\n\nh3. Simple usage\n\np. Outputs list of search results (if any) and a search form.\n\nbc. \u003ctxp:search_input /\u003e\n\u003ctxp:rah_link_search /\u003e\n\nh3. Using as a container tag\n\nbc. \u003ctxp:rah_link_search\u003e\n\t\u003ch3\u003e\u003ctxp:link /\u003e\u003c/h3\u003e\n\t\u003cp\u003e\u003ctxp:link_description /\u003e\u003c/p\u003e\n\u003c/txp:rah_link_search\u003e\n\nh2. Changelog\n\nh3. Version 0.5 - upcoming (when TXP v4.5.0 launches)\n\n* Now supports all features core's \"linklist\":http://textpattern.net/wiki/index.php?title=linklist has.\n* Now requires \"r3586\":http://code.google.com/p/textpattern/source/detail?r=3586 or newer.\n\nh3. Version 0.4 - 2012/01/29\n\n* Word mathcing is now identical with \"rah_file_search\":http://rahforum.biz/plugins/rah_file_search. Entries are matched for all searched words, not for any.\n* In a container mode empty string is accepted as a wrapped content. Form isn't fetched even when nothing is wrapped, as long as the tag is used as a container.\n\nh3. Version 0.3 - 2011/03/24\n\n* Searches are case-insensitive.\n* Searches can match multiple words.\n\nh3. Version 0.2 - 2011/02/24\n\n* Added new attributes: @grand_total@, @wraptag@, @class@ and @break@.\n* Changed the matching syntax.\n* Fixed query escaping.\n* Now requires Textpattern version 4.3.0 or newer.\n\nh3. Version 0.1 - 2009/03/25\n\n* Initial release.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgocom%2Frah_link_search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgocom%2Frah_link_search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgocom%2Frah_link_search/lists"}