Hi there,
I'm currently working on a simple schema (Recipe)-[REQUIRES]-(Ingredient).
I'd like to implement fulltext search on recipes with recipes[name, description ...] and ingredients [name] that only returns recipes.
Can't find any example on how ...