Loading...
 
Features / Usability

Features / Usability


Re: Prioritize the Search

posts: 1092


> I want a page to display first all the time

Not sure to understand your question.

  • If you want only to search page result, select the wiki option in the search or you can could the php search function with
    • tiki-searchresults.php?highlight=the_thing_you_lookfor&where=wikis&search=go
    • tiki-searchindex.php?highlight=the_thing_you_lookfor&where=wikis&search=go
  • If you are using the fulltext/mysql search, the results are sorting by ranking - a important information - so if an article seems to be more appropriate than a wiki page, the article will occur first. If you want to change that you will have to change the code.
  • If you are using the tiki search. There is no ranking yet - so you are lucky, i think the wiki results will appear first. But I hope pretty soon we will have ranking for the tiki search. So don't have a long time plan on this

  • otherwise you have to develop your own code

sylvie

There are no comments at this time.