I got error saying "ReplyError: Car:index: no such index". I am indexing by "description". As you can see on the terminal part contains all the needed info and I am not sure what is causing the problem. Help is welcome.
I’ve been trying to follow Fireship tutorial on Redis, copied his code https://fireship.io/lessons/redis-nextjs/
2
Answers
As Guy Royse mentioned in the comments - The problem is solved by calling createIndex API.
In Redis-om version 0.3.6, you can add following code in your API:
And Also ensure you only create index once ONLY.
It will work after you created an index.