Hi,
I went through the documentation and the MessageBoard did following steps for enabling emailId search.
1.
drop existing indexes
2.
set delexp=0;
set addexp='\alnum{1,30}';
set addexp='\digit=[\digit\.+]{1,30}';
set addexp='[\alnum\x80-\xff]{1,30}';
set addexp='>>\alnum=[\alnum+/\_&#@\x25\x36]{1,30}';
3.
recreate indexes.
Yet when I search for email Ids that have @ . or _ I get these errors
Query `abc.abc@ge.com' would require post-processing: Term `abc.abc@ge.com' only partially matches index expression(s).
Any clues?
I went through the documentation and the MessageBoard did following steps for enabling emailId search.
1.
drop existing indexes
2.
set delexp=0;
set addexp='\alnum{1,30}';
set addexp='\digit=[\digit\.+]{1,30}';
set addexp='[\alnum\x80-\xff]{1,30}';
set addexp='>>\alnum=[\alnum+/\_&#@\x25\x36]{1,30}';
3.
recreate indexes.
Yet when I search for email Ids that have @ . or _ I get these errors
Query `abc.abc@ge.com' would require post-processing: Term `abc.abc@ge.com' only partially matches index expression(s).
Any clues?