Is "exact phrase" searching available as a feature in phpbb3

Discuss features as they are added to the new version. Give us your feedback. Don't post bug reports, feature requests, support questions or suggestions here.
Forum rules
Discuss features as they are added to the new version. Give us your feedback. Don't post bug reports, feature requests, support questions or suggestions here. Feature requests are closed.
Post Reply
greggish
Registered User
Posts: 39
Joined: Fri Oct 26, 2001 3:39 pm

Is "exact phrase" searching available as a feature in phpbb3

Post by greggish »

I tried searching for exact phrases in quotes on this test board and a couple of other live Olympus boards and it doesn't work. "Happy Birthday" in quotes returns the same number of results as without the quotes and returns posts that contain happy AND birthday. Is it just that exact phrase searching is not set as default? Or will exact phrase searching just not be possible with phpbb3?
WAL*BORG - Resistance is futile. You WILL shop here.

User avatar
naderman
Consultant
Posts: 1727
Joined: Sun Jan 11, 2004 2:11 am
Location: Berlin, Germany
Contact:

Re: Is "exact phrase" searching available as a feature in phpbb3

Post by naderman »

It will just not be possible.

User avatar
Nicholas the Italian
Registered User
Posts: 659
Joined: Mon Nov 20, 2006 11:19 pm
Location: 46°8' N, 12°13' E
Contact:

Re: Is "exact phrase" searching available as a feature in phpbb3

Post by Nicholas the Italian »

Because only single words are indexed?

greggish
Registered User
Posts: 39
Joined: Fri Oct 26, 2001 3:39 pm

Re: Is "exact phrase" searching available as a feature in phpbb3

Post by greggish »

I'm confused. I thought tht phpbb3 used mysql's full text search to do the searching. Exact phrase search is part of mysql's capabilities, so I thought it should be available in phpbb3 as a search option. Just using mysql's full text search is the way Invision allows exact phrase searching I believe.
WAL*BORG - Resistance is futile. You WILL shop here.

Cap'n Refsmmat
Registered User
Posts: 219
Joined: Tue Jan 25, 2005 11:31 pm

Re: Is "exact phrase" searching available as a feature in phpbb3

Post by Cap'n Refsmmat »

phpBB3 can use MySQL fulltext, but I don't think it does by default.

greggish
Registered User
Posts: 39
Joined: Fri Oct 26, 2001 3:39 pm

Re: Is "exact phrase" searching available as a feature in phpbb3

Post by greggish »

Ok. So I guess if you set it to use mysql full text search then exact phrase searching is possible.
WAL*BORG - Resistance is futile. You WILL shop here.

code reader
Registered User
Posts: 653
Joined: Wed Sep 21, 2005 3:01 pm

Re: Is "exact phrase" searching available as a feature in phpbb3

Post by code reader »

greggish wrote: Ok. So I guess if you set it to use mysql full text search then exact phrase searching is possible.
i don't believe this is the case.
phpbb breaks the search phrase to separate words before it hands it to the search mechanism. i don't think a huge change will be required to allow phrase search if mysql fulltext is used, but some change to the code will have to be done to bypass phpbb dissecting of the search phrase.

Post Reply