Top | ![]() |
![]() |
![]() |
![]() |
BeagleQueryPartText *
beagle_query_part_text_new (void
);
Creates a new BeagleQueryPartText.
void beagle_query_part_text_set_text (BeagleQueryPartText *part
,const char *text
);
Sets the text to search for in a BeagleQueryPartText. This should only be used for programmatically built queries, because it does not use the query language and doesn't handle things like "OR". If you are getting input from a user, you should use BeagleQueryPartHuman instead.
void beagle_query_part_text_set_search_full_text (BeagleQueryPartText *part
,gboolean search_full_text
);
Sets whether to search the full text of documents to find the text part of this BeagleQueryPartText.
void beagle_query_part_text_set_search_properties (BeagleQueryPartText *part
,gboolean search_properties
);
Sets whether to search the properties of documents to find the text part of this BeagleQueryPartText.