UNPKG

odata-sqlite-search

Version:

OData v4 $search functionality for SQLite - Full-text search with FTS5 and TDD

10 lines (9 loc) 201 B
export { SearchProvider, type SearchResult, type FTSIndexResult, type SearchConfig, type MultiTableSearchResult, type RankingWeights, type ISearchProvider } from './search-provider';