When somebody write keyword "individual" it will not find nodes which contains keyword "individually". But when somebody writes "individually" it will find node.
Even when I tryed individ* it shows no result.

Comments

drama’s picture

Same with end of word like configuration and preconfiguration.
When is in node word preconfiguration and somebody write to search box word config or *config* it shows no result.

drama’s picture

Assigned: drama » Unassigned
moshe weitzman’s picture

Priority: Critical » Normal

I can't reproduce this on drupal.org. searching for configuratio* finds configuration just fine. anyone else seeing this?

webchick’s picture

Bear in mind that Drupal.org is using a very very old version of HEAD.

I can confirm this on HEAD from today. Searching for individual* only finds the blog entry with 'individual' in the title, not 'individually'

Steven’s picture

Status: Active » Closed (works as designed)

This is by design. Wildcards were discontinued in favor of externally supplied stemming.

drama’s picture

This is by design.
Is it means that in final version it will not work?
Because without this function I cannot use core search.module because it will not find what people searching.

Steven’s picture