Also, the queryNodes is not fully documented. For example, I want to limit the number of nodes returned and by trial and error I found you can add an extra options parameter with {limit: x} but unless I'm blind that is not documented anywhere.
Her is an example in the text for multiple nodes and properties. Nodes labels are separated by a ‘|’ and properties are specified in a list.
there is optional configuration map of values, but it doesn’t not provide a description of all the key/value pairs, unless the few discussed in the text is all of them.
CREATE FULLTEXT INDEX titlesAndDescriptions FOR (n:Movie|Book) ON EACH [n.title, n.description]