Search found 23 matches
- Tue Sep 27, 2011 3:59 pm
- Forum: General discussions
- Topic: Searching
- Replies: 17
- Views: 16102
Re: Searching
We'll that all worked well, now using my own stopword list too. Much appreciated.
- Tue Sep 27, 2011 1:21 pm
- Forum: General discussions
- Topic: Searching
- Replies: 17
- Views: 16102
Re: Searching
Looking at that list I think i'll need to build my own stopword list instead, but it gives me a list to start
I've now set the ft_min_word_len to 3 so sorted one of the problems.
Many thanks for the help
* Guess the smiley face icon doesn't work

I've now set the ft_min_word_len to 3 so sorted one of the problems.
Many thanks for the help
* Guess the smiley face icon doesn't work
- Tue Sep 27, 2011 12:16 am
- Forum: General discussions
- Topic: Searching
- Replies: 17
- Views: 16102
Re: Searching
Ok, many thanks. I'll give it a go tomorrow. Also i'll have a play with ft_stopword_file at the same time.
- Sun Sep 25, 2011 1:46 pm
- Forum: General discussions
- Topic: Searching
- Replies: 17
- Views: 16102
Re: Searching
Ok, thanks for that bit of info.
What happens to the word 'where' as this gives no results.
What happens to the word 'where' as this gives no results.
- Sun Sep 25, 2011 11:35 am
- Forum: General discussions
- Topic: Searching
- Replies: 17
- Views: 16102
Re: Searching
I've pm'd you the password to one of my test sites.
I've also checked this on Jason's website (https://jaysonberger.com/faqs/) searching for "how can i" and this also gives no hits.
I've also checked this on Jason's website (https://jaysonberger.com/faqs/) searching for "how can i" and this also gives no hits.
- Mon Sep 19, 2011 4:17 pm
- Forum: General discussions
- Topic: Searching
- Replies: 17
- Views: 16102
Re: Searching
Tried with both mysql and mysqli, results the same.
- Sat Sep 17, 2011 8:11 pm
- Forum: General discussions
- Topic: Searching
- Replies: 17
- Views: 16102
Re: Searching
MySQL 5.0.51a
- Fri Sep 16, 2011 3:42 pm
- Forum: General discussions
- Topic: Searching
- Replies: 17
- Views: 16102
- Thu Sep 15, 2011 11:43 pm
- Forum: General discussions
- Topic: Searching
- Replies: 17
- Views: 16102
Re: Searching
What would you like to know to answer the question?
- Wed Sep 14, 2011 4:51 pm
- Forum: General discussions
- Topic: Searching
- Replies: 17
- Views: 16102
Searching
2.7 RC
I see some changes have been made to the searching of the database, can you please explain how searching now works?
If i search the database for the phrase "where can i" I get no results. I though maybe it was now using the stopwords (which would be prefered) so i added a few stopwords but ...
I see some changes have been made to the searching of the database, can you please explain how searching now works?
If i search the database for the phrase "where can i" I get no results. I though maybe it was now using the stopwords (which would be prefered) so i added a few stopwords but ...
- Tue Sep 13, 2011 8:53 pm
- Forum: Bug reports
- Topic: 2.7 Beta - Ask A Question
- Replies: 4
- Views: 5639
Re: 2.7 Beta - Ask A Question
I also experienced this after the fix but only when my database contained no questions and answers. Try adding some content to the database, it then worked for me.
- Mon Aug 08, 2011 12:21 pm
- Forum: Bug reports
- Topic: 2.7 Beta 3
- Replies: 2
- Views: 3596
2.7 Beta 3
Add Question - not implemented yet error
From Admin interface - No Save /Reset button when adding question.
From Admin interface - No Save /Reset button when adding question.
- Mon Aug 01, 2011 3:08 pm
- Forum: Bug reports
- Topic: 2.7 Beta - Ask A Question
- Replies: 4
- Views: 5639
2.7 Beta - Ask A Question
When I try 'ask a question' I get 'not implemented yet' message. Is this still to be done or have I broke something?
- Mon Aug 01, 2011 1:30 pm
- Forum: Bug reports
- Topic: 2.7 Beta
- Replies: 7
- Views: 7649
Re: 2.7 Beta
Just download the new mysql.php boolean fix from github. When using this version I experience the same issues. I've changed the following line back to previous code
// Fallback for searches with less than three characters
if (false == $this->resultSet) {
changed back to
if (false == $this ...
// Fallback for searches with less than three characters
if (false == $this->resultSet) {
changed back to
if (false == $this ...
- Fri Jul 22, 2011 2:52 pm
- Forum: Bug reports
- Topic: new faqs not active
- Replies: 4
- Views: 5360
Re: new faqs not active
Are they set under the correct language?