chore: make search a little broader
This commit is contained in:
parent
fdf0ebf2ca
commit
01e0bc2572
3 changed files with 5 additions and 5 deletions
|
@ -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
4
package-lock.json
generated
|
@ -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",
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Reference in a new issue