Some time ago, I posted a query regarding captions and search results and was provided with an edit to a shadow tiddler to show captions instead of titles. In my case, tiddler titles are of the form, MGA1012345, instead of something meaningful like, South Australia, Elizabeth - 25 Pounder Naval Gun.
This is working well but there is an upcoming issue I can see when using the search box. The results link will display captions, but in my case, captions might be just one word, say History, for a tiddler that records the history of a gun whose tiddler is titled MGA1012345 and whose history tiddler is titled MGA1012345-History with the caption History. I implemented single word captions and the captions are used to label tabs on the parent gun record.
So I can foresee a search result containing many entries titled History with the user having no way to differentiate between them without clicking each one in turn until they find the gun they are looking for.
I know the issue is tiddler naming but I can not think of a way round without making the history tiddler title as long ans the gun title, ie, South Australia, Elizabeth - 25 Pounder Naval Gun-History, which will make the search result essentially unusable on mobile devices.
The only way out that I can envisage is to implement my own search function and hide the wiki one.
you could use the existing advanced search filter tab, or clone, with a custom list item template that adds to each listed item full title, tags or any subject specific fields.
As I understand it the search is working just not exposing what the user needs to see to differentiate on item from another, so it makes sense to use the listitem to expose that info.
create a new list item template, the existing one is used in many places.