DEPRECATED - use similarTo().
#similarTo( note, count )
The agent query #similarTo locates notes that appear similar to a given note. It will find up to count notes, but may find fewer. The sequence of the notes returned is arbitrary. The underlying query is that used by the Similar Notes view.
Similarity is based on several factors, including:
- the text of the note
- the note title
- any text contained in user string attribute(s)
In addition, matches are also weighted by
- notes having the same prototype
- notes having roughly similar amounts of text
The same matching technique s also available as an export code - ^similarTo^
In agent create/rename dialogs this is listed as 'is similar to'.
Deprecated in favour of action operator similarTo().