View Full Version : Question about search function
conxion
03-03-2005, 06:46 AM
Hi.
In the main interface, how do I limit the search to Titles Only, not Entire Article.
I saw that option in Admin interface's searchs but there isn't in main interface.
Thanks,
Chris S
03-07-2005, 01:02 AM
Hi,
You can't without rewriting quite a bit of the search functionality. Is there a particular reason you want to do this ?
Hi.
In the main interface, how do I limit the search to Titles Only, not Entire Article.
I saw that option in Admin interface's searchs but there isn't in main interface.
Thanks,
conxion
03-09-2005, 01:46 AM
The reason of that is because we will have a lot of articles in our database (they got the similarly summary), and we would get a lot of results while trying to search on entire system. That is the result which we don't want, we want to limit the search so users can easily found the ones they're intending to find.
Chris S
03-10-2005, 01:10 AM
You could have a look at the templates/template_name/Panels/SearchResults.php file and go from there.
[ Maybe we should add different search options to the advanced search page... probably not a bad idea ].
The reason of that is because we will have a lot of articles in our database (they got the similarly summary), and we would get a lot of results while trying to search on entire system. That is the result which we don't want, we want to limit the search so users can easily found the ones they're intending to find.
conxion
03-16-2005, 04:44 PM
You could have a look at the templates/template_name/Panels/SearchResults.php file and go from there.
Thanks for your reply but how about with .NET version?
[ Maybe we should add different search options to the advanced search page... probably not a bad idea ].
IMHO, this is not a bad idea.
Salman
04-01-2005, 02:12 AM
Hi,
The ASP.NET's panel is located at Web\Data\Templates\tempate_name\Panels\SearchResul tsPanel.ascx
Unfortunetly at this time ASP.NET does not support any sort of paged results.