ForageWeb.ForageView.forage_text_filter

You're seeing just the function forage_text_filter, go back to ForageWeb.ForageView module for more information.
Link to this function

forage_text_filter(form, name, opts \\ [])

A filter that works on text.

It supports the following operators:

  • Contains
  • Equal
  • Starts with
  • Ends with

Examples

TODO