ADD: ft_fulltextw to SDK

This commit is contained in:
Alexander Koblov 2016-06-11 06:03:58 +00:00
commit d4a54bb437
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@
#define ft_fulltext 9
#define ft_datetime 10
#define ft_stringw 11
#define ft_fulltextw 12
// for ContentGetValue
#define ft_nosuchfield -1 // error, invalid field number given

View file

@ -16,6 +16,7 @@ const ft_nomorefields=0;
ft_fulltext=9;
ft_datetime=10;
ft_stringw=11;
ft_fulltextw=12;
// for ContentGetValue
ft_nosuchfield=-1;