hyper63 / hyper63/hyper-ext-model
feature: search feature
Open
extension
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```js
const profiles = hyper.ext.model({name: 'profile', search: ['username'], schema: ..., log: true})
```
- [ ] index search documents in `upsert` method, handle `atomic and non-atomic` flows
- [ ] remove search documents in `remove` method, handle `atomic and non-atomic` flows
- [ ] implement `search` method on hyper model instance using the hyper.search service
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.