Hey John, thanks for the response.
Out of the box I may not be able to get to where I’m searching (pun intended). Your example is pretty right on spot to what I’ve been attempting to do as another path.
My problem comes up that the keyword field I’m searching for contains spaces. When trying to call the variable through {segment_x}, spaces aren’t supported in the URI.
To try to work around this, I wrote a little plugin that will replace Spaces ” ” with Underscore “_”. So James F Barringer -> James_F_Barringer. The roadblock came in when trying to apply another custom plugin inside the {exp:channel:entries} to strip the underscore from segment 3. It won’t work (sad face).
See where my custom plugin “strip underscores” won’t work:
{exp:channel:entries channel="articles" dynamic="no" search:author_name="{exp:sus}{segment_3}{/exp:sus}"}
Unless I get even more clever without over complication I may just go drop some more change on SolSpace 😉