Liam Bigelow

Results 42 issues of Liam Bigelow

The Modular UI looks interesting, but it would be really nice if there was a CSS var that was exposed to allow styling of the background of the results area....

### Discussed in https://github.com/CloudCannon/pagefind/discussions/536 Originally posted by **ZachSaucier** December 27, 2023 The way that the "Clear" button currently functions, there's arguably two issues: 1. The click area to the left...

bug
Pagefind UI

### Discussed in https://github.com/CloudCannon/pagefind/discussions/529 Originally posted by **kenmorse** December 19, 2023 So for a page bundle, you might have something like this in your source: ![alt text](image.png) instead of a...

bug
Pagefind UI

Pagefind does not currently provide a spellcheck, to keep the network resource size down. Proposal: - Identify high-value unique words on the site - Add those words into the metadata...

improvement
Pagefind Search
Pagefind CLI

### Discussed in https://github.com/CloudCannon/pagefind/discussions/255 Originally posted by **huphtur** March 24, 2023 Have 2 types of pages on my 11ty site: collection (blog) pages, and one-off pages (eg an about page)....

```js sort: { price: item.price }, ``` I get this error: ``` Pagefind service error when parsing a message: invalid type: integer `69`, expected a string at line 1 column...

Example: 1. Pagefind encounters the text `rebase` on page A, and `rebaseMerge` on page B. 2. Page A's word stems to `rebas`, page B's word stems to `rebasemerg`. 3. A...

Currently the UI makes this decision based on how many filter options there are. A UI option can be added to force this navigation open/closed by default.

improvement
Pagefind UI

In whitespace-delimited languages, when Pagefind encounters `a-b` it will be indexed as `ab`. In languages that go through segmentation, this might have been first segmented to `'a', '-', 'b'` which...

Pagefind ranks results based on term-frequency in the document. This should be improved by ranking the distance of search terms, so that `cat hat` returns `the cat in the hat`...

improvement
Pagefind Search