{"id":25209757,"url":"https://github.com/backdrop-contrib/other_view_filter","last_synced_at":"2025-04-05T05:23:41.636Z","repository":{"id":154637877,"uuid":"632057271","full_name":"backdrop-contrib/other_view_filter","owner":"backdrop-contrib","description":"Filter views in Backdrop CMS using the results of another view.","archived":false,"fork":false,"pushed_at":"2024-11-23T16:20:02.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"1.x-1.x","last_synced_at":"2025-02-10T13:18:27.622Z","etag":null,"topics":["backdrop","backdropcms","cms","filter","filters","view","views"],"latest_commit_sha":null,"homepage":"https://backdropcms.org/project/other_view_filter","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/backdrop-contrib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-24T16:09:13.000Z","updated_at":"2024-11-23T16:17:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"0b2997bd-0535-42cc-8609-779bbe0d5236","html_url":"https://github.com/backdrop-contrib/other_view_filter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backdrop-contrib%2Fother_view_filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backdrop-contrib%2Fother_view_filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backdrop-contrib%2Fother_view_filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backdrop-contrib%2Fother_view_filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/backdrop-contrib","download_url":"https://codeload.github.com/backdrop-contrib/other_view_filter/tar.gz/refs/heads/1.x-1.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247290452,"owners_count":20914674,"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":["backdrop","backdropcms","cms","filter","filters","view","views"],"created_at":"2025-02-10T13:18:29.049Z","updated_at":"2025-04-05T05:23:41.618Z","avatar_url":"https://github.com/backdrop-contrib.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Other View Filter\n========\n\u003c!--\nThe first paragraph of this file should be kept short as it will be used as the\nproject summary on BackdropCMS.org. Aim for about 240 characters (three lines at\n80 characters each).\n\nAll lines in this file should be no more than 80 characters long for legibility,\nunless including a URL or example that requires the line to not wrap.\n|\u003c- - - - - - - This line is exactly 80 characters for reference - - - - - - -\u003e|\n\nDetail in READMEs should be limited to the minimum required for installation and\ngetting started. More detailed documentation should be moved to a GitHub wiki\npage; for example: https://github.com/backdrop-contrib/setup/wiki/Documentation.\n--\u003e\n\nOther View Filter enables you to filter the contents of one view by the\ncontents of another view. You can either filter by items that exist in the\nother view or filter by items that do not exist in the other view.\n\nYou may wish to include two view displays on on one page and filter out items\nin one view that are included in the other view. Or it may be that you need to\nfilter a view in a way that cannot be done in a single display.\n\nTo minimize the cost to performance of running multiple views queries, the\nnumber of instances of this filter on the same display should be kept to a\nminimum and caching should be employed liberally. Using more than 1 view for\nfiltering will strongly decrease your site performance. To minimize performance\ndecreasing use simple and cached views.\n\nUsage\n---------------------\n1. In the view from which you wish exclude or include items, add filter \"Other\nview result\".\n2. In the filter criterion screen choose the \"View: display\" combination you\nwant to filter by.\n3. Select the Operator to:\n    - include items from the other view (Is one of);\n    - exclude items from the other view (Is not one of);\n4. Apply to this display or to all displays.\n5. Save the view.\n\nRequirements\n------------\n\u003c!--\nList any dependencies here. Remove this section if not needed.\n--\u003e\n\nThis module requires that the following modules are also enabled:\n\n- Views (Core - Enabled by default)\n\nInstallation\n------------\n\u003c!--\nList the steps needed to install and configure the module. Add/remove steps as\nnecessary.\n--\u003e\n\n- Install this module using the official Backdrop CMS instructions at\n  https://docs.backdropcms.org/documentation/extend-with-modules.\n\nIssues\n------\n\u003c!--\nLink to the repo's issue queue.\n--\u003e\n\nBugs and Feature Requests should be reported in the Issue Queue:\nhttps://github.com/backdrop-contrib/other_view_filter/issues.\n\nCurrent Maintainers\n-------------------\n\u003c!--\nList the current maintainer(s) of the module, and note if this module needs\nnew/additional maintainers.\n--\u003e\n\n- [Martin Price](https://github.com/yorkshire-pudding) - [System Horizons Ltd](https://www.systemhorizons.co.uk)\n- Collaboration and co-maintainers welcome!\n\nCredits\n-------\n\u003c!--\nGive credit where credit's due.\nIf this is a Drupal port, state who ported it, and who wrote the original Drupal\nmodule. If this module is based on another project, or uses third-party\nlibraries, list them here. You can also mention any organisations/companies who\nsponsored the module's development.\n--\u003e\n\n- Ported to Backdrop CMS by - [Martin Price](https://github.com/yorkshire-pudding) - [System Horizons Ltd](https://www.systemhorizons.co.uk).\n- Port sponsored by [System Horizons Ltd](https://www.systemhorizons.co.uk).\n- Originally written for Drupal by [Anton Ivanov](https://www.drupal.org/u/antonnavi).\n\nLicense\n-------\n\u003c!--\nMention what license this module is released under, and where people can find\nit.\n--\u003e\n\nThis project is GPL v2 software.\nSee the LICENSE.txt file in this directory for complete text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackdrop-contrib%2Fother_view_filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbackdrop-contrib%2Fother_view_filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackdrop-contrib%2Fother_view_filter/lists"}