×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Short description in search result

Short description in search result 12 years 11 months ago #14659

  • blain Arnaud
  • blain Arnaud's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 27
  • Thank you received: 0
hello,

Is there a way to add in search results the short description for a hotspot, not only category or hotspot ?

thanks

Short description in search result 12 years 11 months ago #14663

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Blain,
With search result do you mean the results in the menu? Or are you talking about the hotspots search plugin for joomla?
Daniel

Short description in search result 12 years 11 months ago #14684

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hi Blain,
So what you need to do is to go to: components/com_hotspots/models/hotspots.php
find the search function there
line 147 looks like this
. ' WHERE (m.name LIKE ' . $searchWord
add this line after it:
. ' OR m.description_small LIKE '. $searchWord

be careful not to introduce any php errors :)

This should do the trick for you!
Cheers,
Daniel
  • Page:
  • 1
Time to create page: 0.096 seconds