Replies: 1 comment
-
Yes, created at issue here: https://issues.hibernatingrhinos.com/issue/RavenDB-17695 We need to add the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using
limit
in RQL, turning on the "Show stored index fields only" option in Studio causes the following error:Incorrect query command syntax: 4:3 Expected end of query but got: select
The query constructed is the following:
from index 'Product/Search'
limit 1
select __all_stored_fields
Beta Was this translation helpful? Give feedback.
All reactions