chore: make search a little broader

This commit is contained in:
Cory Dransfeldt 2024-08-23 17:14:56 -07:00
parent fdf0ebf2ca
commit 01e0bc2572
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -65,8 +65,8 @@ export const processContent = (collection) => {
} }
} }
const movieData = movies['movies'].filter((movie) => movie['review']?.length && movie['rating']) const movieData = movies['movies'].filter((movie) => movie['rating'])
const bookData = books.all.filter((book) => book['review']?.length && book['rating']) const bookData = books.all.filter((book) => book['rating'])
const addItemToIndex = (items, icon, getUrl, getTitle, getTags) => { const addItemToIndex = (items, icon, getUrl, getTitle, getTags) => {
if (items) { if (items) {

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "22.6.0", "version": "22.6.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "22.6.0", "version": "22.6.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cdransf/api-text": "^1.5.0", "@cdransf/api-text": "^1.5.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "22.6.0", "version": "22.6.1",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"scripts": { "scripts": {