pazpar2  1.14.1
Data Fields
suggestions Struct Reference

Data Fields

NMEM nmem
 
int num
 
char ** misspelled
 
char ** suggest
 
char * passthrough
 

Detailed Description

Definition at line 131 of file client.c.

Field Documentation

◆ misspelled

char** suggestions::misspelled

Definition at line 134 of file client.c.

Referenced by client_suggestions_create().

◆ nmem

NMEM suggestions::nmem

Definition at line 132 of file client.c.

Referenced by client_suggestions_create(), and client_suggestions_destroy().

◆ num

int suggestions::num

Definition at line 133 of file client.c.

Referenced by client_get_suggestions_xml(), and client_suggestions_create().

◆ passthrough

char* suggestions::passthrough

Definition at line 136 of file client.c.

Referenced by client_get_suggestions_xml(), and client_suggestions_create().

◆ suggest

char** suggestions::suggest

Definition at line 135 of file client.c.

Referenced by client_suggestions_create().


The documentation for this struct was generated from the following file: