Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: mb_profDear all,
I'm having a lookup node that I want to lookup dedicated serial-numbers within a text-field of another table.
Problem is, that the lookup only matches, when the text-field contains only the serial-number itself.
Example:
SN: 12345
Text-Field: "12345"
Match: ok
What doesnt work is:
SN: 12345
Text_Field: "some text and then 12345"
Match: nok
How can I achive that the serial number is also being found in the last example ?
Thanks in advance,
MB