Skip to content

Commit

Permalink
Merge pull request #118 from avo-hq/feature/array_dynamic_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev authored Oct 31, 2023
2 parents 3a3dd8d + 53a851c commit 5d48f5d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/3.0/dynamic-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,23 @@ This filter will give you options from the database.
- Is blank
:::

::::option Array

Used on `tags` fields.

### Conditions

- Are
- Contains
- Overlap
- Contained in

:::warning
This will only work with database array columns, not when using the `acts-as-taggable-on` gem.
:::

::::

## Options

You can have a few customization options available that you can add in your `avo.rb` initializer file.
Expand Down

0 comments on commit 5d48f5d

Please sign in to comment.