Fresh code drop

Perform Semantic Search with Scout

PHP

Find records by meaning instead of relying only on exact keyword matches.

PHP
CodeSnap // free canvas

Perform Semantic Search with Scout

$documents = Document::search('Laravel queue guide')
    ->semantic()
    ->where('published', true)
    ->get();

Turn your code into a post.Five templates are free—no account needed.

Remix this snap