{"id":18258399,"url":"https://github.com/ilirhushi/mysql-swedish-stopwords","last_synced_at":"2025-04-08T23:19:58.117Z","repository":{"id":135988095,"uuid":"221252355","full_name":"ilirhushi/mysql-swedish-stopwords","owner":"ilirhushi","description":null,"archived":false,"fork":false,"pushed_at":"2019-11-15T13:50:43.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T18:18:17.554Z","etag":null,"topics":["full-text","full-text-search","mysql","stopwords","swedish"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ilirhushi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-11-12T15:38:51.000Z","updated_at":"2019-11-15T13:50:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"5beee8d5-82a3-4613-b7b1-2a4059c828a3","html_url":"https://github.com/ilirhushi/mysql-swedish-stopwords","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilirhushi%2Fmysql-swedish-stopwords","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilirhushi%2Fmysql-swedish-stopwords/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilirhushi%2Fmysql-swedish-stopwords/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilirhushi%2Fmysql-swedish-stopwords/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilirhushi","download_url":"https://codeload.github.com/ilirhushi/mysql-swedish-stopwords/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247942070,"owners_count":21022101,"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":["full-text","full-text-search","mysql","stopwords","swedish"],"created_at":"2024-11-05T10:30:49.946Z","updated_at":"2025-04-08T23:19:58.097Z","avatar_url":"https://github.com/ilirhushi.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# mysql-swedish-stopwords\n\n## Full-Text MySQL Stopwords for Swedish language\n\n1. Create a table to store your keywords\n\n```\nCREATE TABLE sv_stopwords\n(\n    value VARCHAR(30)\n) ENGINE = INNODB;\n```\n\n2. run the mysql script to insert the stopwords: `insert_stopwords.mysql`\n3. then run mysql \u003e `SET GLOBAL innodb_ft_server_stopword_table = 'database_name/sv_stopwords';` (you need admin privileges to run this command on database)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filirhushi%2Fmysql-swedish-stopwords","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filirhushi%2Fmysql-swedish-stopwords","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filirhushi%2Fmysql-swedish-stopwords/lists"}