When adding parts for amazing assembly using altium, the comment field from altium, which i use for my component information, has the spaces replaced by ‘‘. The smart match does not recognize these _ and therefore does not match. When scripting it in the browser console like temp0.value = temp0.value.replace(’’, ’ ‘).replace(’', ’ ‘).replace(’', ’ ');temp0.dispatchEvent(new Event(‘keyup’)); where temp0 is the input field, the smart match detection works.
For example this is on a component “180pF_0805” where smart match does detect it when written as “180pF 0805”.
Thank you