Can ignored examine properties be overridden?
# help-with-umbraco
j
When looking in the core code of v13, after realizing that we were trying to use a media picker property in Examine and it was never being indexed, that these are properties intentionally not being indexed: * Color Picker * Image Cropper * Media Picker 3 * Multi Url Picker I ended up finding a workaround for what I needed, but I couldn't find any way to force Examine to include the UDI of my media picker in my index - does anyone know of a way to do this?
If you need the value to be indexed, I'd look into extending the MediaPicker3PropertyEditor class to create your own media picker property editor, and then only override the PropertyIndexValueFactory property.
j
Cool, yeah, I thought it might be something like that! Thanks a bunch
11 Views