alg5 / liveSearch

Live Search (as in Google)
GNU General Public License v2.0
2 stars 3 forks source link

Adding SQL query to the results #28

Closed teebling closed 4 years ago

teebling commented 4 years ago

Hey Alg, great extension with so much potential! Wanted to know if you could help me with something simple.

I have a custom column in phpbb_topics called 'iticonurl' which holds a string. I want this to show in the results for the global topic search (before the topic title and forum name).

I have tried editing livesearch_ajax_handler.php to get the SQL to query for this field, but it doesn't show in the results :(

Any chance you could help?

Thanks! Teeb

teebling commented 4 years ago

Nevermind, figured this out myself by chopping and changing the code up a bit :)