tree: 02d41227a3302b7a57edf54c386786c156ed319e [path history] [tgz]
  1. content/
  2. core/
  3. BUILD.gn
  4. DEPS
  5. DIR_METADATA
  6. OWNERS
  7. README.md
components/multistep_filter/README.md

Multistep Filter Component

The Multistep Filter component provides functionality to suggest filters to users based on their navigation history. It aims to streamline user workflows by predicting and surfacing relevant filters for the current context, helping users narrow down results or navigate complex sites more efficiently.

Overview

This directory contains the core business logic for the Multistep Filter feature. It is responsible for:

  • Analyzing user navigation patterns.
  • Generating contextual filter suggestions.
  • Coordinating with the UI to display these suggestions.

The logic here is platform-independent, while the UI and browser-specific integrations reside in //chrome/browser/multistep_filter.

Architecture Diagram

TODO: crbug.com/489738688

Contact

For questions or issues, please reach out to chrome-autofill-team@google.com.