зеркало из https://github.com/mozilla/gecko-dev.git
4129c49cc4
Differential Revision: https://phabricator.services.mozilla.com/D199392 |
||
---|---|---|
.. | ||
src | ||
.cargo-checksum.json | ||
Cargo.toml | ||
README.md | ||
build.rs | ||
uniffi.toml |
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.