Replies: 1 comment 3 replies
-
|
Currently what you're seeing is intentional, where using a sort acts as an impromptu filter as well. What would be your desired behavior here? If you search for a term and sort the results by |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Have 2 types of pages on my 11ty site: collection (blog) pages, and one-off pages (eg an about page).
Added
data-pagefind-bodyto<main>and all the pages get indexed, which is great.I wanted to sort the blog posts by date, so added
data-pagefind-sort="date"andsort: { date: "asc" }. My blog posts are indeed sorted, but now my one-off pages are not shown in the search result anymore.What am I doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions