Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

New recommendation: Index items based on whenCreated

Open
#74 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
20/100
Issue type
Documentation
Clarity
Needs clarification
Activity status
Stale
Tech stack
sql

Research direction

Review docs/setup.sql and the linked worknotes entry to verify that the itemCreated index recommendation is present. The work is done when the installation instructions clearly include the index for self-hosted FeedLand instances.

Written by the indexing model from the issue text.

Description

For people who are running FeedLand on their own, we're recommending you create another index.

create index itemCreated on items (whenCreated);

It has been added to the official installation instructions for FeedLand, so all new instances from here-out will have this index.

Also added to the worknotes for feedlandInstall.

Dominant language
HTML
Stars
11
Forks
4
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from scripting/feedlandInstall

All issues in scripting/feedlandInstall

Similar issues

More Databases issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.