Skip to content

Full-Text Search Local Database

Purpose of the Node

This node is designed to search a local database for items that match a full-text search term. It can also include an optional SQL filter and allows for limiting and offsetting the results.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartThe input signal to initiate the search operationExecution-
DatabaseReference to the database connectionStructNodeDBConnection
Search TermThe full-text search term to look for in the databaseString-
SQL FilterAn optional SQL filter to apply to the search resultsString-
LimitThe maximum number of results to returnInteger-
OffsetThe number of results to skip before starting to return resultsInteger-
EndThe output signal indicating the completion of the search operationExecution-
ValuesThe results of the search, returned as an arrayStructArray