# Decant v0.1.0-beta.2 - Table of Contents

> Tokenized, multi-field ILIKE/LIKE search compiled to a composable Ecto dynamic. Minimal, binding-agnostic, drop-in.

## Pages

- [Decant](readme.md)
- [Changelog](changelog.md)
- [Contributing to Decant](contributing.md)

## Modules

- [Decant](Decant.md): Tokenized, multi-field `ILIKE`/`LIKE` search compiled to a composable
`Ecto.Query.dynamic/2`.
- [Decant.Field](Decant.Field.md): A normalized searchable field.
- [Decant.Tokenizer](Decant.Tokenizer.md): Splits a search string into tokens.

