ForageWeb.ForageView.forage_numeric_filter

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

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

A filter that works on numbers.

It supports the following operators:

  • Equal to
  • Greater than
  • Less than
  • Greater than or equal to
  • Less than or equal to

Examples

TODO