query 1.0.0 copy "query: ^1.0.0" to clipboard
query: ^1.0.0 copied to clipboard

outdated

Search query parser to implement customized search. Supports boolean groups, field scopes, ranges, comparisons...

example/example.dart

import 'package:query/query.dart';

main() {
  final q = parseQuery('some text OR field:another');
  // prints "(some (text OR field:another))"
  print(q);
}
14
likes
0
pub points
47%
popularity

Publisher

verified publisheragilord.com

Search query parser to implement customized search. Supports boolean groups, field scopes, ranges, comparisons...

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

petitparser

More

Packages that depend on query