Hide the parent element when it is the same as the element itself in the Solr search
When an element is marked as indexable, it is indexed as its own parent; we index the children of those indexable elements with the indexable parent as the parent. I thought this was a Vue 3 bug and wasted a lot of time when the parent could have just been hidden from the result to avoid looking like the element is its own parent.