SFML community forums

General => SFML website => Topic started by: Father_Sloth on October 31, 2010, 11:04:34 pm

Title: Improve the search please?
Post by: Father_Sloth on October 31, 2010, 11:04:34 pm
Hey

I was wondering if you could improve the search, whenever I search things it comes up with the same results. I'm not offering a solution, merely expressing my views :D .

Thanks for reading quite a pointless topic  :roll: .

Simon
Title: Improve the search please?
Post by: bastien on October 31, 2010, 11:18:37 pm
You can try using Google: http://www.google.be/search?q=site%3Asfml-dev.org+something&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
Title: Improve the search please?
Post by: Laurent on November 01, 2010, 10:56:25 am
Quote from: "bastien"
You can try using Google: http://www.google.be/search?q=site%3Asfml-dev.org+something&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a

This is exactly what the site search does. Concerning the forum search, I think it's good enough.

I'm sorry but I don't understand what your problem is. Maybe you can show me an example?
Title: Improve the search please?
Post by: Father_Sloth on November 01, 2010, 06:19:43 pm
maybe my criteria is too broad but it just seems like the results aren't as specific to the criteria.

Simon
Title: Improve the search please?
Post by: Nexus on November 01, 2010, 07:57:33 pm
Quote from: "Father_Sloth"
maybe my criteria is too broad but it just seems like the results aren't as specific to the criteria.
Just like your answer :P

Really, I also think a concrete example might be of help.
Title: Improve the search please?
Post by: Rock_Hardbuns on November 01, 2010, 09:39:14 pm
phpBB search usually defaults  to an OR relationship. So if you search for "Car wheel" it gives you every post that has car OR wheel in it.

The option to search for "all the terms" should ideally change this to an AND relationship, but it doesn't always work!

Best way to go about it is to simply type out the booleans. Like "AND Car AND wheel".