We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the elastic instance has 5 records and the first two are private and I don't have access to them.
When requesting a search result
EcFramework.search(repo, "", (response) => { console.log(response)},(e) => {console.log(e),{size:3, start:0})
The records returned doesn't account for records that are filtered due to a lack of access.
So if the the first 2 records are private and I have access to the third, I will get one result instead of three.
The text was updated successfully, but these errors were encountered:
Done.
Sorry, something went wrong.
Lomilar
No branches or pull requests
If the elastic instance has 5 records and the first two are private and I don't have access to them.
When requesting a search result
The records returned doesn't account for records that are filtered due to a lack of access.
So if the the first 2 records are private and I have access to the third, I will get one result instead of three.
The text was updated successfully, but these errors were encountered: