boboldehampsink / import

DEPRECATED - Import plugin for Craft CMS
MIT License
177 stars 28 forks source link

Don't force an exact match for parents #147

Open timkelty opened 7 years ago

timkelty commented 7 years ago

When looking for parents (Categories/Structures), you quote the value for an exact match. However, this makes it impossible to use other "advanced searching", e.g. myField::"someValue".

When importing other relationship fields (Entires), search values are NOT quoted, so this works fine.

Seems like the behavior should be the same.