Similarity Search is an automated part of the code review process that finds the patterns, implementations and definations to verify the code implemented is correct
Example
The screenshot below shows isValidUrl
being invoked with two parameters even though its definition only accepts one.
Similarity Search detected the mismatch and suggested the one-line fix.
Enable Similarity Search
option in the Matter AI configurations to enable or disable it.