You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,34 +101,34 @@ console.log(output)
101
101
```json
102
102
[
103
103
{
104
-
item: {
105
-
id: 5,
106
-
title: 'Random String Example',
107
-
description: 'This is a random string that can be used for testing search functionality. It includes special characters like @#$%^&* and numbers like 12345.',
108
-
tags: [Array]
104
+
"item": {
105
+
"id": 5,
106
+
"title": "Random String Example",
107
+
"description": "This is a random string that can be used for testing search functionality. It includes special characters like @#$%^&* and numbers like 12345.",
108
+
"tags": []
109
109
},
110
-
score: 1,
111
-
matches: [ [Array] ]
110
+
"score": 1,
111
+
"matches": [[]]
112
112
},
113
113
{
114
-
item: {
115
-
id: 7,
116
-
title: 'Fibonacci Sequence',
117
-
description: 'The Fibonacci sequence is a series of numbers where each number is the sum of the two preceding ones, starting from 0 and 1.',
118
-
tags: [Array]
114
+
"item": {
115
+
"id": 7,
116
+
"title": "Fibonacci Sequence",
117
+
"description": "The Fibonacci sequence is a series of numbers where each number is the sum of the two preceding ones, starting from 0 and 1.",
118
+
"tags": []
119
119
},
120
-
score: 1,
121
-
matches: [ [Array] ]
120
+
"score": 1,
121
+
"matches": [[]]
122
122
},
123
123
{
124
-
item: {
125
-
id: 9,
126
-
title: 'Another Random String',
127
-
description: 'This is another random string for testing purposes. It includes mixed case letters, numbers 67890, and symbols !@#$%^&*().',
128
-
tags: [Array]
124
+
"item": {
125
+
"id": 9,
126
+
"title": "Another Random String",
127
+
"description": "This is another random string for testing purposes. It includes mixed case letters, numbers 67890, and symbols !@#$%^&*().",
128
+
"tags": []
129
129
},
130
-
score: 1,
131
-
matches: [ [Array] ]
130
+
"score": 1,
131
+
"matches": [[]]
132
132
}
133
133
]
134
134
```
@@ -147,7 +147,7 @@ console.log(output)
147
147
148
148
### **:busts_in_silhouette: Credits**
149
149
150
-
-[Chris Michael](https://github.com/ChrisMichaelPerezSantiago) (Project Leader, and Developer)
150
+
-[Chris Michael](https://github.com/chrismichaelps) (Project Leader, and Developer)
151
151
152
152
---
153
153
@@ -172,8 +172,8 @@ Feel free to open issues or submit pull-requests to help me improving my work.
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@
6
6
"description": "QuantumMatcher library is a fuzzy matching algorithm that leverages bitwise operations to efficiently find approximate matches within a collection of items.",
0 commit comments