console icon indicating copy to clipboard operation
console copied to clipboard

Feature Request: Pre-configured topic search filters

Open clarknova9 opened this issue 4 years ago • 0 comments

The topic search filter is a fantastic feature, but it must be created by each user and is only stored in the browser client.

It would be beneficial if Kowl could include support for pre-configured search filters per topic available to all users.

Here are my initial thoughts on what the config block could look like.

searchFilters:
  filterName1: 
    topic: topic-name   ## name of the topic
    filter: "if (key == 'example') return true"  ## filter function
    enabled: true  ## enabled or disabled by default

clarknova9 avatar Jan 17 '21 19:01 clarknova9