You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
822: docs: update README with SDK changes and add pagination examples r=Strift a=samuele-ruffino96
# Pull Request
## What does this PR do?
- Updates the README example code to show the necessity to cast the returned value (new `Searchable` interface) to `SearchResult`
- Adds a new comprehensive example demonstrating custom search with pagination
- Shows practical usage of pagination parameters like `setPage()` and `setHitsPerPage()`
- Includes example JSON response showing pagination metadata (totalPages, hitsPerPage, etc.)
## PR checklist
- [x] Changes are clearly described in the PR description above
- [ ] Contributing guidelines have been reviewed (needs confirmer)
- [x] PR title accurately describes changes: "fix(docs): update README example to reflect latest sdk changes"
Co-authored-by: samuele ruffino <[email protected]>
Co-authored-by: Laurent Cazanove <[email protected]>
0 commit comments