Ghost/apps/sodo-search
Cathy Sarisky 967cf23091
🐛 Fixed search state bug & missing last result (#21417)
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.
2024-10-28 12:50:15 +07:00
..
src 🐛 Fixed search state bug & missing last result (#21417) 2024-10-28 12:50:15 +07:00
.yarnrc Prevented git tags from being created for apps 2023-07-10 13:09:28 +02:00
LICENSE 2023 (2) 2023-08-03 21:04:20 +01:00
package.json Bumbed sodo-search to 1.5.0 2024-10-25 12:35:44 +01:00
README.md 2023 (2) 2023-08-03 21:04:20 +01:00
tailwind.config.js Moved Sodo-Search into apps/ 2023-06-14 12:10:57 +02:00
vite.config.js Added Dev Container setup (#21279) 2024-10-24 11:15:08 -07:00

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.