Skip to main content

One post tagged with "search"

View All Tags

Introducing Search, Filter, and Save Features

· 3 min read
Yoshifumi Kakinoki
Software Engineer

Feature flags contain various elements such as ID, name, tag, etc., and managing them can be hard sometimes. As the number of feature flags increases, finding the desired information using a simple list display becomes challenging. Bucketer provides a search filter function that allows you to search based on ID, name, etc., and filter by tags, administrator, etc. However, there are many different ways to search for feature flags, and various patterns exist. Therefore, setting different search conditions each time to search for information can be tedious and waste time and effort. In this article, we will introduce a feature that allows you to save search condition shortcuts, which can be helpful in such situations.