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

Commit

Permalink
fix: search on user rankings and add ratings page (#129)
Browse files Browse the repository at this point in the history
* fix: hide Search bar for Add Ratings page

* fix(search): user ratings page search
  • Loading branch information
vneogi199 authored Oct 1, 2024
1 parent 116b628 commit 38d7abe
Show file tree
Hide file tree
Showing 7 changed files with 315 additions and 42 deletions.
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

0 comments on commit 38d7abe

Please sign in to comment.