content/develop/ai/search-and-query/advanced-concepts/query_attributes.md
As of v1.2.0, you can apply specific query modifying attributes to specific clauses of the query.
The syntax is (foo bar) => { $attribute: value; $attribute:value; ...}:
(foo bar) => { $weight: 2.0; $slop: 1; $inorder: true; }
~(bar baz) => { $weight: 0.5; }
The supported attributes are:
$slop (default: false).PHONETIC will produce an error.As of v2.6.1, the query attributes syntax supports these additional attributes: