mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-22 19:32:54 +03:00
967cf23091
closes #21343 This fixes an issue in sodo-search where early results (for example, matching the first letter typed in the search box) would get "stuck" in the display, due to failure to update state (or actually, lacking state). Converted PostItems to a component, and gave paginatedPosts state. I also fixed an undocumented bug where the last search result didn't appear, due to an error in with slice's register. |
||
---|---|---|
.. | ||
src | ||
.yarnrc | ||
LICENSE | ||
package.json | ||
README.md | ||
tailwind.config.js | ||
vite.config.js |
Sodo Search
Development
Pre-requisites
- Run
yarn
in Ghost monorepo root - Run
yarn
in this directory
Running via Ghost yarn dev
in root folder
You can automatically start the Sodo-Search dev server when developing Ghost by running Ghost (in root folder) via yarn dev --search
.
Copyright & License
Copyright (c) 2013-2023 Ghost Foundation - Released under the MIT license.