Quote:
Originally Posted by roger64
does not mean: index only noire and noirs [..] or it will index noir noire noirs?
|
I made a stupid beginner's mistake in my initial post. I forgot to add the final
asterisk, which excluded "noir" from the matches.
noir[es]
* will match noir, noire, noirs and noires
Quote:
Originally Posted by roger64
In fact I am looking for noir and noire.
|
if you don't want to include the masculine and feminine plural forms, simply use
noir[e]*.