You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
identifier AS Attribute
e.g. FT.CREATE idx ON JSON PREFIX 1 doc: SCHEMA $.product.label AS label TEXT SORTABLE $.product.stock AS stock NUMERIC SORTABLE
On FT.SEARCH:
RETURN {jsonPath} AS {property}
e.g. FT.SEARCH products * RETURN 2 $.product.label AS label $.reviews.content AS reviews
The text was updated successfully, but these errors were encountered:
Two more features were added specific to JSON:
On FT.CREATE:
ON JSON
identifier
AS
Attributee.g.
FT.CREATE idx ON JSON PREFIX 1 doc: SCHEMA $.product.label AS label TEXT SORTABLE $.product.stock AS stock NUMERIC SORTABLE
On FT.SEARCH:
RETURN
{jsonPath}AS
{property}e.g.
FT.SEARCH products * RETURN 2 $.product.label AS label $.reviews.content AS reviews
The text was updated successfully, but these errors were encountered: