Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Fix search on User Rankings and Add Ratings page #129

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ Want to see any other features? [Open an issue](https://github.com/EddieHubCommu
8. Create an OAuth app on GitHub and connect it with Appwrite Authentication
9. On collections `ratings` and `repos` enable read permissions for `all` users
10. Create index on collection `repos`, named `url_search` with the attribute `url` and type `fulltext`
11. Run the development server with:
11. Create index on collection `ratings`, named `username_search`with the attribute `username`and type`fulltext`
12. Run the development server with:

```bash
npm ci
Expand Down
Loading
Loading