diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d041ea0..d35a829f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ ## Unreleased * Fixes a bug where `debouncedSearch` returns `null` if any options object is passed to it. +* Fixes a bug where a fully-qualified URL set via the NodeJS indexing API would be broken when returned as a search result. ## v1.0.3 (September 16, 2023) diff --git a/Cargo.lock b/Cargo.lock index 4201a7c4..82e17554 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1698,6 +1698,12 @@ dependencies = [ "minicbor-derive", ] +[[package]] +name = "minicbor" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d15f4203d71fdf90903c2696e55426ac97a363c67b218488a73b534ce7aca10" + [[package]] name = "minicbor-derive" version = "0.13.0" @@ -1826,7 +1832,7 @@ dependencies = [ "lazy_static", "lexical-core", "lol_html", - "minicbor", + "minicbor 0.19.1", "minifier", "pagefind_stem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "path-slash", @@ -1863,7 +1869,7 @@ name = "pagefind_web" version = "0.0.0" dependencies = [ "bit-set", - "minicbor", + "minicbor 0.20.0", "pagefind_microjson", "pagefind_stem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen", diff --git a/pagefind/features/highlighting/highlighting_base.feature b/pagefind/features/highlighting/highlighting_base.feature index 535770f9..4ec035ed 100644 --- a/pagefind/features/highlighting/highlighting_base.feature +++ b/pagefind/features/highlighting/highlighting_base.feature @@ -56,11 +56,11 @@ Feature: Highlighting Tests