Bug Noindex not on search page when member has no posts

There is a bug in this version
D

dutchbb

Guest
When using 'find' on profile for threads and posts it redirects to /search/member?user_id=175124&content=

This is on template 'message_page' which has no noindex on it.

Code:

Code:
<dl class="pairs pairs--rows pairs--rows--centered fauxBlockLink">
    <dt>Threads</dt>
    <dd>
        <a href="/search/member?user_id=175124&amp;content=thread" class="fauxBlockLink-linkRow u-concealed">
            15
        </a>
    </dd>
</dl>
    <dl class="pairs pairs--rows pairs--rows--centered...

Read more

Continue reading...