Vibe.Plugins.WebSearch.API (vibe v0.2.0)

Copy Markdown View Source

Backwards-compatible web API exposed by the WebSearch plugin.

New code should treat this module as the eval alias target Web and use the provider-neutral functions search/2 and fetch/2. Search and fetch providers can be swapped through Vibe config or per-call :provider options.

Summary

Functions

Intentional facade for the public Vibe API boundary.

Intentional facade for the public Vibe API boundary.

Intentional facade for the public Vibe API boundary.

Intentional facade for the public Vibe API boundary.

Intentional facade for the public Vibe API boundary.

Intentional facade for the public Vibe API boundary.

Functions

fetch(url, opts \\ [])

Intentional facade for the public Vibe API boundary.

fetch!(url, opts \\ [])

Intentional facade for the public Vibe API boundary.

filter_domain(search, domain)

Intentional facade for the public Vibe API boundary.

search(query, opts \\ [])

Intentional facade for the public Vibe API boundary.

search!(query, opts \\ [])

Intentional facade for the public Vibe API boundary.

take(search, count)

Intentional facade for the public Vibe API boundary.