application-services/components/suggest
Lina Butler 07ab69d93e suggest: Ensure that each store test uses a unique database. 2023-08-17 23:10:25 +00:00
..
android suggest: Add ingestion test with mock Remote Settings data. 2023-07-20 23:56:12 +00:00
src suggest: Ensure that each store test uses a unique database. 2023-08-17 23:10:25 +00:00
Cargo.toml suggest: Ensure that each store test uses a unique database. 2023-08-17 23:10:25 +00:00
README.md suggest: Add README and docs for public interfaces. 2023-07-20 23:56:12 +00:00
build.rs suggest: Build config changes for Kotlin UniFFI bindings. 2023-07-20 23:56:12 +00:00
uniffi.toml suggest: Add ingestion test with mock Remote Settings data. 2023-07-20 23:56:12 +00:00

README.md

Suggest

The Suggest Rust component powers the Firefox Suggest feature.

This component currently supports the basic Suggest experience only. The basic experience shows suggestions for sponsored and web content from a canned dataset. The component downloads the dataset from Remote Settings, stores the suggestions in a local database, and makes them available to the Firefox address bar. Because matching is done locally, Mozilla never sees the user's query.

The opt-in "Improved Firefox Suggest Experience", which sends user queries to a Mozilla-owned proxy server for server-side matching, is not currently supported.