We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4ea99 commit 31af861Copy full SHA for 31af861
packages/ui-stencil/src/components/internal/orama-search/orama-search.tsx
@@ -39,10 +39,6 @@ export class OramaSearch {
39
private chatStore: ChatStoreType
40
41
doSearch() {
42
- if (!this.globalStore.state.currentTerm) {
43
- return
44
- }
45
-
46
this.searchStore.state.searchService.search(this.globalStore.state.currentTerm, this.selectedFacet, {
47
onSearchCompletedCallback: (onSearchCompletedCallbackProps) => {
48
this.searchCompleted.emit(onSearchCompletedCallbackProps)
0 commit comments