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
{{ message }}
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
Basic search without an attributesToRetrieve -> it only displays the name field -> OK and iso
Now, search with attributesToRetrieve set as ['title', 'name'] -> it displays the name AND the title fields -> not iso. It should only display the name fields.
attributesToRetrieve should check what is present in the displayedAttribtues before displaying the fields.
The text was updated successfully, but these errors were encountered:
title
andname
as fieldsdisplayedAttribtues
asname
attributesToRetrieve
-> it only displays thename
field -> OK and isoattributesToRetrieve
set as['title', 'name']
-> it displays thename
AND thetitle
fields -> not iso. It should only display thename
fields.attributesToRetrieve
should check what is present in thedisplayedAttribtues
before displaying the fields.The text was updated successfully, but these errors were encountered: