{"id":29170251,"url":"https://github.com/mendixlabs/offline-search","last_synced_at":"2025-10-26T07:35:42.355Z","repository":{"id":78879629,"uuid":"96752950","full_name":"mendixlabs/offline-search","owner":"mendixlabs","description":"Deprecated, replace by List view controls widgets, https://github.com/mendixlabs/list-view-controls","archived":false,"fork":false,"pushed_at":"2018-03-01T14:15:49.000Z","size":543,"stargazers_count":0,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-01T12:53:52.362Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mendixlabs.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-07-10T08:15:03.000Z","updated_at":"2019-03-12T10:51:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"46e54dae-4088-491d-9a41-aa105b6a1621","html_url":"https://github.com/mendixlabs/offline-search","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mendixlabs/offline-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mendixlabs%2Foffline-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mendixlabs%2Foffline-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mendixlabs%2Foffline-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mendixlabs%2Foffline-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mendixlabs","download_url":"https://codeload.github.com/mendixlabs/offline-search/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mendixlabs%2Foffline-search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281074239,"owners_count":26439421,"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","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"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":"2025-07-01T12:39:34.079Z","updated_at":"2025-10-26T07:35:42.348Z","avatar_url":"https://github.com/mendixlabs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/mendixlabs/offline-search.svg?branch=master)](https://travis-ci.org/mendixlabs/offline-search)\n[![Dependency Status](https://david-dm.org/mendixlabs/offline-search.svg)](https://david-dm.org/mendixlabs/offline-search)\n[![Dev Dependency Status](https://david-dm.org/mendixlabs/offline-search.svg#info=devDependencies)](https://david-dm.org/mendixlabs/offline-search#info=devDependencies)\n[![codecov](https://codecov.io/gh/mendixlabs/offline-search/branch/master/graph/offline-search.svg)](https://codecov.io/gh/mendixlabs/offline-search)\n![badge](https://img.shields.io/badge/mendix-7.6.0-green.svg)\n# Offline search\n\nAdd an interactive search box to your list view, even offline!\nIt supports searching on single field similar to the built-in list view search capabilities.\n\n## Features\n* Search through a single field\n* Open search in default\n* Hide / Show search bar\n* When the list view is not specified, the widget will pick the closest one.\n\n## Limitations\nSupports only list views\nThe following data types are supported:\n - String\n - Integer\n - Long\n - Decimal\n - Enumeration\n - AutoNumber\n\nDue to current platform constraints, the offline widget cannot search on multiple fields.\n\n\n## Dependencies\nMendix 7.4\n\n## Demo project\n\n[https://offlinesearch.mxapps.io/](https://offlinesearch.mxapps.io/)\n\n![Not Searching](/assets/LV_Normal_Offline.jpg)\n\n![Searching](/assets/LV_Searching_Offline.jpg)\n\n## Usage\n\n### Data source configuration\n\n![Data source](/assets/Datasource.png)\n - On the `List view name` option of the `Data source` tab, input the \"name\" property of the list widget you want to search in.\n - On the `Search method` option of the `Data source` tab, select the search name that you will use to constrain the data on the grid.\n - On the `List view entity` option of the `Data source` tab, input the name of the entity to be used in the filter. The entity shown in the list view widget. You must enter the value as: `ModuleName.EntityName`\n - On the `Search attribute` option of the `Data source` tab, input the name of the field or attribute on the list widget entity to be searched. You must enter the name of the attribute manually, exactly as it appears in the domain model.\n - On the `Default query` option of the `Data source` tab, input the name of default query to be used when the when the widget is first launched for the first time.\n\n### Data source configuration\n\n![Appearance](/assets/Appearance.png)\n - On the `Show search bar` option of the `Appearance` tab, select `yes` or `no` for visibility of the widget.\n - On the `Placeholder` option of the `Appearance` tab, input the placeholder to indicate what kind of input is expected as query\n\n## Issues, suggestions and feature requests\nPlease report issues at [https://github.com/mendixlabs/offline-search/issues](https://github.com/mendixlabs/offline-search/issues).\n\n\n## Development\nPrerequisite: Install git, node package manager, webpack CLI, grunt CLI, Karma CLI\n\nTo contribute, fork and clone.\n\n    git clone https://github.com/mendixlabs/offline-search.git\n\nThe code is in typescript. Use a typescript IDE of your choice, like Visual Studio Code or WebStorm.\n\nTo set up the development environment, run:\n\n    npm install\n\nCreate a folder named dist in the project root.\n\nCreate a Mendix test project in the dist folder and rename its root folder to MxTestProject. Changes to the widget code shall be automatically pushed to this test project. Or get the test project from [https://github.com/mendixlabs/offline-search/releases/latest](https://github.com/mendixlabs/offline-search/latest)\n\n    dist/MxTestProject\n\nTo automatically compile, bundle and push code changes to the running test project, run:\n\n    grunt\n\nTo run the project unit tests with code coverage, results can be found at dist/testresults/coverage/index.html, run:\n\n    npm test\n\nor run the test continuously during development:\n\n    karma start\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmendixlabs%2Foffline-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmendixlabs%2Foffline-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmendixlabs%2Foffline-search/lists"}