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
Hmmm... this is not hard wired anywhere and should work.
We don't need this feature as in 99% of our use cases we want to exclude pages from being searchable. But we're more than happy to merge a PR that makes this an optional feature 😊
In cli.js the original code is:
… which obviously fetches posts. However, changing the second line above to:
… still fetches posts.
Is this hard-wired somewhere? Really should be able to fetch and index pages as well.
The text was updated successfully, but these errors were encountered: