View Source Exzeitable.HTML.Filter (Exzeitable v0.6.2)

Filtering data

Link to this section Summary

Functions

All fields where a key value is true

All fields where a key value is false

Link to this section Functions

Link to this function

fields_where(fields, attribute)

View Source
@spec fields_where(
  keyword(),
  atom()
) :: keyword()

All fields where a key value is true

Link to this function

fields_where_not(fields, attribute)

View Source
@spec fields_where_not(
  keyword(),
  atom()
) :: keyword()

All fields where a key value is false