I'm tring to get the right wildcard (trying [0-9]%) using:
JSON_SEARCH(packages, 'one', 'openstack-neutron-[0-9]%', null, '$.packages[*]')
I just need to get "openstack-neutron-12.1.0-2-el7ost.noarch" but not all the "openstack-neutron-blabla1-14.5.5-el7ost.noarch" "openstack-neutron-blabla2-12.1.0-2-el7ost.noarch" ...
What I'm I doing wrong?
Thanks