Hello everyone,
I’m completely new to Redis and RediSearch. I am following the quickstart in order to get my hands on everything, but when I try the first command FT.CREATE myIdx SCHEMA title TEXT WEIGHT 5.0 body TEXT url TEXT, the error “(error) No rule type given” comes up.
I’ve been searching for anything on Internet but I don’t see my error anywhere.
I’ve installed everything RediSearch by following the quickstart page, and installed Redis by using the ./deps/readies/bin/getredis.
I hope this question isn’t a duplicate of another post somewhere. And thank you for your time !