#include <searchm.h>
Data Fields | |
const char * | name |
const char * | active |
const char * | type |
const char * | hi [SEARCHM_LIMIT_MAX_SUB] |
const char * | low [SEARCHM_LIMIT_MAX_SUB] |
int | bEntries |
int | bValid |
char * | limit_hi |
char * | limit_low |
searchm_limit_attr_type_e | e_type |
|
Yes or other/not defined. |
|
True if at least on item was entered into structure. |
|
True if appears valid for SwishSetSearchLimit. |
|
The type ("date" "string" "integer") converted to enum. |
|
Limit char * hi values. Interpertation depends on type. |
|
The actual SwishSetSearchLimit char * hi. |
|
The actual SwishSetSearchLimit char * low. |
|
Limit char * low values. Interpertation depends on type. |
|
Limit char * propertyname. |
|
One of "date", "string", "integer". |