json_text_search 0.0.1-beta.3 copy "json_text_search: ^0.0.1-beta.3" to clipboard
json_text_search: ^0.0.1-beta.3 copied to clipboard

A Dart full-text search (FTS) library that allows creation of inverted indexes on JSON collections and FTS querying of the same index.

json_text_search #

A Dart full-text search (FTS) library that provides utility classes for querying an inverted positional index for a JSON collection.

THIS PACKAGE IS PRE-RELEASE, IN ACTIVE DEVELOPMENT AND SUBJECT TO DAILY BREAKING CHANGES.

Install #

In the pubspec.yaml of your flutter project, add the following dependency:

dependencies:
  json_text_search: <latest version>

In your code file add the following import:

import 'package:json_text_search/json_text_search.dart';

Usage #

Examples #

Examples are provided.

Issues #

If you find a bug please fill an issue.

This project is a supporting package for a revenue project that has priority call on resources, so please be patient if we don't respond immediately to issues or pull requests.

References #

0
likes
150
pub points
0%
popularity

Publisher

verified publishergmconsult.dev

A Dart full-text search (FTS) library that allows creation of inverted indexes on JSON collections and FTS querying of the same index.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

text_indexing

More

Packages that depend on json_text_search