How can I change the query so that I can use two fulltext searches in one query? Under here is a simplified version of my query now. It does not work - it only gives me results from the first FULLTEXT()
search.
FOR doc IN FULLTEXT(@@collection, "this.is.my.path", "prefix:headph") OR FULLTEXT(@@collection, "antoher.path", "random words")
RETURN doc