{"id":22656901,"url":"https://github.com/icelk/elipdotter","last_synced_at":"2025-03-29T08:11:25.515Z","repository":{"id":57624235,"uuid":"440983493","full_name":"Icelk/elipdotter","owner":"Icelk","description":"Embeddable full text search engine.","archived":false,"fork":false,"pushed_at":"2024-05-25T21:29:34.000Z","size":173,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-29T21:46:18.204Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Icelk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2021-12-22T21:01:33.000Z","updated_at":"2024-05-25T21:29:37.000Z","dependencies_parsed_at":"2024-12-09T10:16:54.202Z","dependency_job_id":"818f2ffc-cfbb-44d1-ad7d-16efc4a6fcb6","html_url":"https://github.com/Icelk/elipdotter","commit_stats":{"total_commits":171,"total_committers":1,"mean_commits":171.0,"dds":0.0,"last_synced_commit":"f6400fa6065ee615b5c9bfd44eff711841f6cd8d"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icelk%2Felipdotter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icelk%2Felipdotter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icelk%2Felipdotter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icelk%2Felipdotter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Icelk","download_url":"https://codeload.github.com/Icelk/elipdotter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246156419,"owners_count":20732397,"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-12-09T10:16:50.926Z","updated_at":"2025-03-29T08:11:25.496Z","avatar_url":"https://github.com/Icelk.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![crates.io version](https://img.shields.io/crates/v/elipdotter)](https://crates.io/crates/elipdotter)\n![lines of code](https://tokei.rs/b1/github/Icelk/elipdotter?style=flat)\n![license](https://img.shields.io/github/license/Icelk/elipdotter)\n\n# Elipdotter\n\n\u003e The forgotten daughter of Elip, inheriting it's minimalism.\n\nElipdotter is an embeddable, [rusty](https://rust-lang.org) full-text search\nengine, with fuzzy search and rating of results. It supports complex queries\nusing `AND`, `OR`, and `NOT` operators with parentheses.\n\n## Kvarn integration\n\nUsing the [`kvarn-search`](https://github.com/Icelk/kvarn-search), you can\neasily use this search engine in your [Kvarn web server](https://kvarn.org).\n\n# Usage example\n\nSee the\n[source of `kvarn-search`](https://github.com/Icelk/kvarn-search/tree/main/src/)\nfor a comprehensive example.\n\nThe [tests of this crate](https://github.com/Icelk/elipdotter/tree/main/tests/)\ncontain minimal examples.\n\n# Changelog\n\n## v0.3.5\n\n-   Fix panic in some circumstances when non-ASCII characters were indexed.\n-   Fix \"starts with\" detection when content contains non-alphanumeric or\n    non-ASCII characters.\n\n## v0.3.4\n\n-   Update `simstr`\n-   Fix some clippy lints.\n\n## v0.3.3\n\n-   Fix another issue with AND NOT, where some results would disappear when\n    adding the NOT part.\n\n## v0.3.2\n\n-   Fix an issue with AND NOT, where some results would disappear when adding\n    the NOT part.\n\n## v0.3.1\n\n-   Removed unwanted debugging.\n\n## v0.3.0\n\n-   Added lossless index for faster query resolution times.\n    -   10x better performance at the cost of having all the documents in\n        memory.\n-   Fixed parsing issue where `for me` would be parsed as `OR(f, me)`.\n-   Fixed issue with AND NOT, where AND didn't find the closest NOT occurrence.\n-   Added size method to indices to estimate the memory usage.\n-   Improvements to [docs](https://doc.icelk.dev/elipdotter/elipdotter/).\n\n## v0.2.0\n\n-   [Fixed issue](https://github.com/Icelk/elipdotter/commit/7ab071c) where AND\n    NOT queries got erroneous results.\n-   [Fixed issue](https://github.com/Icelk/elipdotter/commit/51370f7) with OR\n    queries. Now all occurrences in either of the documents are returned.\n-   Major improvements to relevancy of results, by checking more combinations of\n    occurrences within a document. Small performance impact.\n-   Text `next-gen` is now matched by the query `nextgen` - words with hyphens\n    are registered as both separate words and one single.\n-   Better [docs](https://doc.icelk.dev/elipdotter/elipdotter/).\n-   Fewer allocations - less memory usage.\n\n# License\n\nElipdotter is licensed under the [GNU LGPLv3](COPYING). All contributions must\nalso be.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficelk%2Felipdotter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficelk%2Felipdotter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficelk%2Felipdotter/lists"}