1
I would like to add information to the search results.
I added
echo ($results[$i]['hometext'])."
\n";
around line 126 and 210
of search.php
I get no results?
It doesn't look like it is getting the data.
echo ($results[$i]['title'])."
\n";
works. What else do I need to add?
Thanks
Robin