Open Issues Need Help
View All on GitHubAI Summary: Write documentation for the OramaSwift Swift binding package, covering features like index creation, document manipulation, search functionality, JSON serialization/deserialization, and the custom multi-lingual tokenizer. The documentation should be clear, concise, and easy to understand for Swift developers.
Swift Binding for Orama
AI Summary: Implement actor-based concurrency in the OramaSwift binding to improve robustness against concurrent operations. This requires resolving the serialization challenge of converting the `[AnyHashable: Any]` document representation into a `Sendable` struct.
Swift Binding for Orama
AI Summary: Implement missing batch insert and delete methods for the Swift binding of the Orama search engine. This involves integrating with JavaScriptCore and potentially the WASM interpreter to handle Orama's JavaScript functionality.
Swift Binding for Orama