Search engine wildcard

Discussions about the phpBB3 Forum. How to get the best from this powerful script.
Note that there is no official support for phpBB3 here, a place to share more than to ask for.

Moderator: Moderators


Search engine wildcard

Postby fellowsurfer » Sat May 09, 2009 10:50 pm

Hi,
I have an issue with 3.0.4 Prosilver

Search fails unless you apply a wild-card to your entry.

Example:-

Hello - no vaild entries

Hello* - 91 entries.

I only have access to the templates at the moment, so my first thought is a quick fix and adding * to every entry.

I have already exchanged the form button for an image, so I imagine I could alter the code.

Here's the code. Can anyone advise what modification if any I can make, so the wildcard is added automatically?



<input class="inputbox search tiny" type="text" name="keywords" id="search_keywords" size="20" value="{L_SEARCH_FORUM}" onclick="if (this.value == '{LA_SEARCH_FORUM}') this.value = '';" onblur="if (this.value == '') this.value = '{LA_SEARCH_FORUM}';"/>
<!--<input class="button2" type="submit" value="[L_SEARCH}">-->
<input type="image" src="http://i44.tinypic.com/1607fuu.jpg" alt="Submit button" /><br />


Should add i admin for a site with 56,000 members.

Regards

Fs
fellowsurfer
 
Posts: 1
Joined: Sat May 09, 2009 10:41 pm

Advertisement

Re: Search engine wildcard

Postby dcz » Sun May 17, 2009 7:55 am

I don't think that it's related to prosilver, but rather to the common word filtering.
Adding the wildcard will just deactivate it on word being common (thus filtered from search results) because "hello" != "hello*" (and obviously "hello*" was not used enough in posts to fell in the common words) and "hello*" will match "hello".

I don't think that adding wildcards automatically would be a good thing, would be better to either set the common word threshold to a higher value to filter less words, or even to set it to 0 to deactivate it in the search options of the acp.

++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 19930
Joined: Fri Apr 28, 2006 9:03 pm


Return to phpBB Forum

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 10 guests


 
cron