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
a search button appeared at the top right but when I click then introduce a text, it search at posts and also at assets files.
Expected behavior
Search only at posts
Steps to reproduce the behavior
At robertoprubio.github.io click at the search icon at top right, then search for "v" (without quotion marks). A lot of "null" references appears, that refers to asset files.
Other
No response
The text was updated successfully, but these errors were encountered:
What happened?
I have activated search at _config.yml:
[code]
search : true # true, false (default)
search_full_content : # true, false (default)
search_provider : # lunr (default), algolia, google
lunr:
search_within_pages : true # true, false (default)
[/code]
a search button appeared at the top right but when I click then introduce a text, it search at posts and also at assets files.
Expected behavior
Search only at posts
Steps to reproduce the behavior
At robertoprubio.github.io click at the search icon at top right, then search for "v" (without quotion marks). A lot of "null" references appears, that refers to asset files.
Other
No response
The text was updated successfully, but these errors were encountered: