We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ccb50 commit d6a4341Copy full SHA for d6a4341
src/app.service.ts
@@ -92,7 +92,7 @@ export class AppService {
92
numbers.forEach((item) => {
93
if (Number(item) < 10000) {
94
// eip number don't overt 10000
95
- eips.push(`eip LIKE '%${item}%'`);
+ eips.push(`eip::text LIKE '%${item}%'`);
96
}
97
});
98
if (eips.length === 1) {
0 commit comments