Function places::api::matcher::accept_result

source ·
pub fn accept_result(
    conn: &PlacesDb,
    search_string: &str,
    url: &Url
) -> Result<()>
Expand description

Records an accepted autocomplete match, recording the query string, and chosen URL for subsequent matches.