By kursat on
Hi,
i want to find words by only searching some part of word via drupal
i mean there is a word at site like "myword"
but i want to find "myword" by searching only
"word" or only "my".
How can i solve this issue?
Kind regards
Comments
_
That's called stemming and is language dependent. There's some stemming modules available in the module area, but other than that you might have to look at one of the alternative search modules (ie apachesolr, lucene, etc) but I'm not sure they necessarily address it.
Stemming modules do not work
Stemming modules do not work and it is not stemming.
For instance if
i want to find "stemming" when i search "stem",
but i donot want just it, i have a database full of company names and notices about them,
when an operator tries to get knowledge about "drupal" and makes search "dru",
that operator has to find drupal.
This is what i need.
_
sorry, i don't know what else to tell you. It is stemming and you need a language appropriate stemmer in order to search that way.