gecko-dev/third_party/rust/suggest
lougeniac64 4129c49cc4 Bug 1874915 - Vendored AppServices with uniffied webext storage component r=markh
Differential Revision: https://phabricator.services.mozilla.com/D199392
2024-01-24 19:38:16 +00:00
..
src Bug 1874915 - Vendored AppServices with uniffied webext storage component r=markh 2024-01-24 19:38:16 +00:00
.cargo-checksum.json Bug 1874915 - Vendored AppServices with uniffied webext storage component r=markh 2024-01-24 19:38:16 +00:00
Cargo.toml Bug 1874990: Vendor application-services into mozilla-central r=supply-chain-reviewers,lina,markh 2024-01-19 02:44:40 +00:00
README.md
build.rs
uniffi.toml Bug 1859069 - Part 1: Vendor application-services into mozilla-central. r=lina,supply-chain-reviewers 2023-10-14 00:37:11 +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.