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 aacc02e commit 5043658Copy full SHA for 5043658
README.md
@@ -67,4 +67,11 @@ const SearchPlus = new searchPlusTs({
67
const results = SearchPlus.search('heart yourself rumi')
68
69
console.log('🚀 results :-', results)
70
+🚀 results :- [
71
+ {
72
+ id: 1,
73
+ quote: "Your heart is the size of an ocean. Go find yourself in its hidden depths.",
74
+ author: "Rumi",
75
+ }
76
+]
77
```
0 commit comments