You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# == Schema Information## Table name: courses## id :bigint not null, primary key# name :string# created_at :datetime not null# updated_at :datetime not null# skills :text default([]), is an Array# country :string# city :string# starting_at :time#classCourse < ApplicationRecord# ...endclassAvo::Resources::Course < Avo::BaseResourcedeffieldsfield:namefield:city,hide_on: :indexenddeffiltersadd_filters_for_all_fieldsendend
Output: The course index page should have 1 filter, for name
Feature
Naming is TBD
We'd like to have a way to add all the possible dynamic filters for all
index
fields.Current workarounds
Screenshots or screen recordings
Additional context
The text was updated successfully, but these errors were encountered: