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
In the file search-results.js which is inside src/BookNavigator/search/search-results.js there is a typo. In the IABookSearchResults class, there is a property named renderSearchAllFields in the constructor, but the correct property name is renderSearchAllFiles according to the static properties definition.
Evidence / Screenshot (if possible)
Expectation
Instead of:
this.renderSearchAllFields=false;
It should be:
this.renderSearchAllFiles=false;
The text was updated successfully, but these errors were encountered:
Description
In the file
search-results.js
which is insidesrc/BookNavigator/search/search-results.js
there is a typo. In the IABookSearchResults class, there is a property namedrenderSearchAllFields
in the constructor, but the correct property name isrenderSearchAllFiles
according to the static properties definition.Evidence / Screenshot (if possible)
Expectation
Instead of:
It should be:
The text was updated successfully, but these errors were encountered: