Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/TryGhost/sodo-search

Drop-in script for search in Ghost
https://github.com/TryGhost/sodo-search

Updated search box placeholder

6050a47eda512fcacd3854b8a7f904dda6871f2d authored over 2 years ago
Updated clear search results button

55413c77a7c4ca06fc78d80437165e071d5d0ed4 authored over 2 years ago
Updated posts data to use new collection data

- search results are now broken into separate collections for posts, authors and tags

903c88004a00fe6107bcb5bf6b237b6521db5f19 authored over 2 years ago
Fixed empty search result causing UI crash

930f27e950bbf0b39cdafaf8d3d20a5c62f0397f authored over 2 years ago
Search results returning posts as separate attribute

refs https://github.com/TryGhost/Team/issues/1665

- The search results will be handling authors...

2824d1269f91c4ac1760b2e78108fc5ba19f1912 authored over 2 years ago
Added redirect for post on search click

- allows click on post result to open it on click when searched
- adds `slug` to content api for...

dd0d4a6914a2bb6bb8ed9190f602516b179c99fc authored over 2 years ago
Updated search box and result spacing

e89d3bd9c258d35d80dd4ee7987c77103d560a83 authored over 2 years ago
Added background blur when the modal is open

6b96c0bb302f1a8ab8b6d93829c18ff12789c0f5 authored over 2 years ago
Updated search result to use real posts data

- uses elasticlunr to compare search result with real site post data

dc742d6a689b991e833eb1414e82acaaf07f95a5 authored over 2 years ago
Updated clear button

61d9a69055a7ce0a8bfa1416046e969311e764c6 authored over 2 years ago
Removed empty tag section in search

- if no tags match the search, removes the section

c235a7adaf96ccb6b899a13e9bc13f8c8cac5885 authored over 2 years ago
Added no results box to search result

977d95112384d85ae3810a31491174295fb8ac19 authored over 2 years ago
Added post properties to search results

refs https://github.com/TryGhost/Team/issues/1665

- The npm package for elasticlunr does not co...

aa1b702e5922016c8ecadd15ec8066f9bdd57ea3 authored over 2 years ago
Updated search behavior with local data

- removes section on no search result
- updates clear to remove search string
- updates authors ...

0c8da8e5645991600f70bea79eecb6766258e0a8 authored over 2 years ago
Added empty results state

5da4a0cbd74905a96b534af8523fe6a12b41c3af authored over 2 years ago
Updated search with local data

546b7d48ffe8a21355b34764fd5841558b95a243 authored over 2 years ago
Updated placeholder content

1d4e6efcc2a36df0af88412b77c1f9bba5360ba4 authored over 2 years ago
Made tracking on section headings wider

acfa6ebbe55c7a1497ab7797c8f9ac26b6d37bff authored over 2 years ago
Added AuthorAvatar component to handle placeholder avatars

0965083e19de9ec313833d8d43c103e6dc85660a authored over 2 years ago
Added placeholder author avatars

b7cedc5766f983a372d61038e753ecbe3426ddbb authored over 2 years ago
Updated search result spacing

3e13843841fc8fead9845904777410eb732957bb authored over 2 years ago
Added tag items to search results

07e5e4181b7d67770f2c7957fb3eb3d5079d8404 authored over 2 years ago
Added font antialiasing

dcb35d6170cee84937cdb9f5f429952eae738c95 authored over 2 years ago
Switched gray to neutral

ca3d4ba76b0e11e5ad5f5ccdfa6d2432bd17bba3 authored over 2 years ago
Added placeholder author results

edf521e4944bc09ff2969405d4333b37668e2e9a authored over 2 years ago
Deleted main.css from git

05c6b9c495d3b166526f58116d2c53ba580f59c1 authored over 2 years ago
Created search box component

414c72ccccb675995637e33b2b4731233710cb18 authored over 2 years ago
Updated search components

b96d769dc555e5a4066912d44599b7423565088f authored over 2 years ago
Added basic search

44901b7c75fc4740bd12880a3de7c7b38d4808c4 authored over 2 years ago
Added main.css to gitignore

bd06ce12879918962d03cc041d730ee38d1201c4 authored over 2 years ago
Added placeholder posts

4f16356807d5cb93621e05941277815cae6c112c authored over 2 years ago
Updated search bar design

44e367ffc842d4cc8ba2f212121eb4d385a9c111 authored over 2 years ago
Cleaned up Portal styles

e3b08ca90833264023047876f16209440eef74c0 authored over 2 years ago
Added search input field

e0b4b5155e723858d3344289e46e0c33cf30f96b authored over 2 years ago
Fixed App test

45c7aa23ee408b755de9da1bd76d8475a8cd76fb authored over 2 years ago
Added test coverage for search index

refs https://github.com/TryGhost/Team/issues/1665

- Added a test case for NOT matching text whe...

afebaa580f9b1b4b7dd71f377fcbca0fc5a1e747 authored over 2 years ago
Added clear icon to search bar

c7ea67440f97a600c460ce715fbc95033d6cd9e3 authored over 2 years ago
Added tailwind CSS setup

refs https://github.com/TryGhost/Team/issues/1665

- adds tailwind css to dev and build modes
- ...

a495b788cc2024e0d71423f673eb8d06878101b8 authored over 2 years ago
Refactored search-index module to use class syntax

refs https://github.com/TryGhost/Team/issues/1665

- The class syntax allows to use constructor ...

570cf6e43e99c8453db18b340f6c200c0c4a23f4 authored over 2 years ago
Added basic test coverage for the search index module

refs https://github.com/TryGhost/Team/issues/1665

- As with all the code we should be aiming fo...

3c0c5676a85132184a75163f60bb3e56b96d46ac authored over 2 years ago
Added search index functionality

refs https://github.com/TryGhost/Team/issues/1665
refs https://github.com/TryGhost/Themes/blob/4...

c4bd92fd424699fc70254cc0d8a1a6cd7f1b3149 authored over 2 years ago
Renamed App test

no issue

- Just a minor cleanup

19d028d2c7ba439984fdf38b7c3d27f075d99ff3 authored over 2 years ago
Refactored App into a class component

refs https://github.com/TryGhost/Team/issues/1665

- We need to hook into react element lifecycl...

37176285c1fbf20b0fefdbcdb1b3dcce8dc797ad authored over 2 years ago
Renamed root element name to match `sodo-search-*`

refs https://github.com/TryGhost/Team/issues/1665

- All search-related names were decided to ha...

3662cbec2850f2f5c8f774c5aeaafbf3b6e71d42 authored over 2 years ago
Fixed search script element detection

refs https://github.com/TryGhost/Team/issues/1665
refs https://github.com/TryGhost/Ghost/commit/...

af5a414538c76ace4c17228af745b8494cdeee77 authored over 2 years ago
Removed dead code

no issue

25215cf24f56f935798cfa7466e325e1de8c8a65 authored over 2 years ago
Added search icon to search bar

569ae2fcef2815639b8846a28c45c12f0873e808 authored over 2 years ago
Removed a bunch of leftover icons from portal

4d33ded16a8ce2f569260d907cff8c657ef32d8b authored over 2 years ago
Added icons

06e01467cda5aa803e3ccaa6e0ed959ae162ad62 authored over 2 years ago
Created standalone search component

425a1a04aa763cd1a0d388e3ee3e33f746d37380 authored over 2 years ago
Added basic modal for search

refs https://github.com/TryGhost/Team/issues/1665

- Adds basic UI components to add first versi...

ca00df2d266b69a4a8aa18c45789ba337183c80f authored over 2 years ago
Fixed search script element detection

refs https://github.com/TryGhost/Team/issues/1665

- The `data-ghost` attribute is used to detec...

59916daaa69a07a39e11d5b9f498247f86186508 authored over 2 years ago
Fixed tests

293a649cd99e4fb8a3d256edfadb37abad8d7f6b authored over 2 years ago
Fixed tests

066271e26c8dae396f4795491785c80c9a5279f5 authored over 2 years ago
Updated yarn test default script

7c38ddfeafc3615237a65b7bc078241d14976158 authored over 2 years ago
Updated default dev port to avoid conflict

refs https://github.com/TryGhost/Team/issues/1665

- updates default dev mode port to 2370 to av...

dee1eea487bcc24fafa505f29eab868b00c81af2 authored over 2 years ago
Added custom build for minified script

refs TryGhost/Team#1665

- overrides webpack config to generate single script for publishing
- a...

0f0180b60392ecee5002a38d3a2f869347c4ebcb authored over 2 years ago
✨ Initial commit

cf7c1602ba53bf36aa207fb65c50fc050bd494ba authored over 2 years ago
Initialize project using Create React App

ae0c1735f4425d6070a7397504ffad0f86d085a7 authored over 2 years ago