Search Syntax

I have a problem with searching for documents either through the normal user interface or when using FTSearch.

I have documents with the field in question having values like these.

bun1-asd

bun1-awas

bun2-fds

bun2-sdsf

bun3-sdsdf

abc-sdfsf

abc-sdfss

xyz2-sljkdsdlfj

and so on.

I’m trying to search for all those that start with “bun”, but search won’t find them. If I try “bun1” it works, but not “bun”.

Can someone assist with the correct search syntax where a digit may be the first character after the supplied search string?

Thanks

Subject: bun* will find everything beginning with “bun”

and if you search the help for termweight, you’ll find a document that explains the syntax in detail.