Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react-intelligence
UseSearchReturn
Interface UseSearchReturn
interface
UseSearchReturn
{
ask
:
(
query
:
string
,
options
?:
AskOptions
)
=>
Promise
<
void
>
;
askResponse
:
AskResponse
|
null
;
clearError
:
()
=>
void
;
clearResults
:
()
=>
void
;
error
:
Error
|
null
;
loading
:
boolean
;
results
:
SearchResult
[]
;
search
:
(
query
:
string
,
options
?:
SearchOptions
)
=>
Promise
<
void
>
;
searchDocuments
:
(
query
:
string
,
options
?:
SearchOptions
)
=>
Promise
<
void
>
;
searchTranscriptions
:
(
query
:
string
,
options
?:
SearchOptions
,
)
=>
Promise
<
void
>
;
}
Index
Properties
ask
ask
Response
clear
Error
clear
Results
error
loading
results
search
search
Documents
search
Transcriptions
Properties
ask
ask
:
(
query
:
string
,
options
?:
AskOptions
)
=>
Promise
<
void
>
ask
Response
askResponse
:
AskResponse
|
null
clear
Error
clearError
:
()
=>
void
clear
Results
clearResults
:
()
=>
void
error
error
:
Error
|
null
loading
loading
:
boolean
results
results
:
SearchResult
[]
search
search
:
(
query
:
string
,
options
?:
SearchOptions
)
=>
Promise
<
void
>
search
Documents
searchDocuments
:
(
query
:
string
,
options
?:
SearchOptions
)
=>
Promise
<
void
>
search
Transcriptions
searchTranscriptions
:
(
query
:
string
,
options
?:
SearchOptions
)
=>
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ask
ask
Response
clear
Error
clear
Results
error
loading
results
search
search
Documents
search
Transcriptions
Hiyve Components - v1.0.0
Loading...