Hey,
Does anyone know if there is a way to prevent Couch search functionality from searching through particular editable regions? Perhaps when defining the editable region. The problem I'm having is that URLs are getting search hits, when I don't really want that to come up. (For example, the URL of an image that is uploaded)
Thanks,
Sam
Does anyone know if there is a way to prevent Couch search functionality from searching through particular editable regions? Perhaps when defining the editable region. The problem I'm having is that URLs are getting search hits, when I don't really want that to come up. (For example, the URL of an image that is uploaded)
- Code: Select all
<cms:editable
name='cover_image'
label='Cover Photo'
type='image'
/>
Thanks,
Sam