Skip to content

Commit

Permalink
Merge pull request #1 from sopherapps/ft-search-index
Browse files Browse the repository at this point in the history
Ft search index
  • Loading branch information
Tinitto authored Jan 12, 2023
2 parents 2293140 + 1525d1f commit 5fa0be5
Show file tree
Hide file tree
Showing 16 changed files with 790 additions and 339 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.8.0
hooks:
- id: black
language_version: python3.11
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.1.0] - 2023-01-12

### Added

- Added full-text search for keys, with pagination using `store.search(term, skip, limit)`

### Changed

- Changed the `Store::new()` signature to include `max_search_index_key_length` option.

### Fixed

## [0.0.3] - 2022-11-09

### Added
Expand Down
Loading

0 comments on commit 5fa0be5

Please sign in to comment.