Hi,
I'm doing an FTSearch on a view. The query-string I'm looking for might contain a hyphen. The problem I'm having is as follows:
"06-0*" works fine
"06*" also works fine, but
"06-*" doesn't return anything.
How do compile my search-string so it'll pick up the documents that contain "06-" followed by a variable string?
Any help is greatly appreciated.
Cheers,
Roel
Cheers,
Roel
I'm doing an FTSearch on a view. The query-string I'm looking for might contain a hyphen. The problem I'm having is as follows:
"06-0*" works fine
"06*" also works fine, but
"06-*" doesn't return anything.
How do compile my search-string so it'll pick up the documents that contain "06-" followed by a variable string?
Any help is greatly appreciated.
Cheers,
Roel
Cheers,
Roel