This repository was archived by the owner on Jun 9, 2025. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork13
This repository was archived by the owner on Jun 9, 2025. It is now read-only.
.exec() return only first result #3
Closed
Description
Hello. I have issue with returning all results to variable in JS. I build simpletest, but when use
const SRL = require('srl');const query = new SRL(query);console.log(query.exec(query));In console recieve:
[ 'What', 'What', index: 0, input: 'What is Lorem Ipsum? ... ' ]But what about all other? And whyWhat is 2 times?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels