If I have a concept like:
concept: ~tags[“domestic abuse” “aadvark abuse” abuse ]
and a rule like
u: (_~tags)
You matched _0
I though that concept matched in the given order, so a user input of “domestic abuse” would be matched and give “You matched domestic abuse”, but in practice I’m finding that abuse is matched instead so as to give “you matched abuse”.
Is the concept matching on a purely alphabetic basis - in which case would aadvark abuse match before abuse?
I normally want to get the fullest match for something, so if it is matching purely on alpha is there any other way to get the “longest” match within a concept?