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
Describe the bug
With #17 Lyra implemented the support of nested properties. The implementation works fine if there is only 1 nested property in the schema. Adding more objects in the schema, the nodes are not inserted properly at the root level.
To Reproduce
Steps to reproduce the behavior:
Create a new Lyra project and paste the following code:
Expected behavior
Everything looks good when searching for the values four and five, but the searching value belongs to the second block of nested properties (login), the results are empty.
Searching four as a term:
{hits: [{id: '70308384-5',email: 'one@two.three',name: [Object],// Found herelogin: [Object]}],term: 'four'}
Searching six as a term:
{hits: [],term: 'six'}
Screenshots
These are the last elements of the nodes prop:
Desktop (please complete the following information):
Node v18.10.0
Lyra v0.2.6
The text was updated successfully, but these errors were encountered:
Describe the bug
With #17 Lyra implemented the support of nested properties. The implementation works fine if there is only 1 nested property in the schema. Adding more objects in the schema, the nodes are not inserted properly at the root level.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Everything looks good when searching for the values
four
andfive
, but the searching value belongs to the second block of nested properties (login
), the results are empty.Searching
four
as a term:Searching
six
as a term:Screenshots
These are the last elements of the
nodes
prop:Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: