Search
- [Syl]
- Unfettered One
- Posts: 13021
- Joined: Sat Oct 26, 2002 12:36 am
- Has thanked: 2 times
- Been thanked: 1 time
Search
Anyone else having problems with it?
"It is not the literal past that rules us, save, possibly, in a biological sense. It is images of the past. Each new historical era mirrors itself in the picture and active mythology of its past or of a past borrowed from other cultures. It tests its sense of identity, of regress or new achievement against that past.”
-George Steiner
-George Steiner
- kevinswatch
- "High" Lord
- Posts: 5592
- Joined: Sat Mar 02, 2002 2:46 pm
- Location: In the dark, lonely cave that dwells within my eternal soul of despair. It's next to a Pizza Hut.
- Has thanked: 6 times
- Been thanked: 5 times
- Contact:
Sounds like a "Stopwords" problem.
What happens is that common words are removed automatically by the search routine, with the result that there is nothing left to match.
It's a real pain; I raised this once on another forum (the Business Objects Board) and that's what they told me.
What's annoying is that you put in, for example, "Covenant tax law" and "Covenant" is removed because it's so common on this forum, leaving you with "Tax Law" which could produce lots of irrelevant hits - this is the other problem with stopwords.
One of the admins there said he was going to rewrite the SQL to make it more efficient.....
What happens is that common words are removed automatically by the search routine, with the result that there is nothing left to match.
It's a real pain; I raised this once on another forum (the Business Objects Board) and that's what they told me.
What's annoying is that you put in, for example, "Covenant tax law" and "Covenant" is removed because it's so common on this forum, leaving you with "Tax Law" which could produce lots of irrelevant hits - this is the other problem with stopwords.
One of the admins there said he was going to rewrite the SQL to make it more efficient.....
If you don't know what eschatology is then don't worry; it's not the end of the world.
- I'm Murrin
- Are you?
- Posts: 15840
- Joined: Tue Apr 08, 2003 1:09 pm
- Location: North East, UK
- Contact:
Murrin - my experience at the Business Objects Board was that the words on the Stoplist are removed before being passed to the search routine, with the result that those words are not being searched for at all. That's what gives the effect you're seeing.
I don't know whether the stoplist is automatically generated (for example, if more than a certain percentage of posts contain the word then it's a stopword) or whether it is built by the admins.
Balon - I don't think wrapping the words up in quotes helps - any stopwords will still be removed.
Take a look here for where it was discussed at BOB.
I don't know whether the stoplist is automatically generated (for example, if more than a certain percentage of posts contain the word then it's a stopword) or whether it is built by the admins.
Balon - I don't think wrapping the words up in quotes helps - any stopwords will still be removed.
Take a look here for where it was discussed at BOB.
If you don't know what eschatology is then don't worry; it's not the end of the world.
- I'm Murrin
- Are you?
- Posts: 15840
- Joined: Tue Apr 08, 2003 1:09 pm
- Location: North East, UK
- Contact: