I want to start a project on Laravel and want to go for NOSQL. I need extensive search with this project and was considering Mongodb but I am not sure about search.
Few related questions: Is there enough support for using NOSQL, incase I get stuck somewhere? NOSQL is flexible enough for searching parameters? If I need to import data from previous project to NoSQL will it be a challenge? What about realtime time, does NOSQL supports realtime?
Thanks in advance.