PDA

View Full Version : Avoid URL while searching


aditya
05-25-2006, 09:02 PM
==NEWSTOPICA==

We added news feeds from a website having the city name in it's domain name.
Say, "newyorkonline.com". If someone search for "newyork" in our newstopica website, complete headlines from "newyorkonline.com" is displayed. (Yes, newstopica search is looking for keywords in the domain name also.)

How can we avoid search on the words in the domain name or URL?

David
06-12-2006, 03:01 PM
On line 73 of search.php we have
Content visible to registered users only.

You should be able to replace with this:
Content visible to registered users only.

Notice the URL field is removed from the search this way.