Answers for "resi search create schema"

0

resi search create schema

# create schema
FT.CREATE products SCHEMA productName TEXT SORTABLE quantity NUMERIC SORTABLE description TEXT
# add document
FT.ADD products 70547 1 FIELDS productName pepsodent quantity 30 description "pasta gigi"
Posted by: Guest on February-27-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language