Skip to content

Gebruik search van minprog ipv Harvard #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 2022
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion django/projects/1 wiki/specification/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Complete the implementation of your Wiki encyclopedia. You must fulfil the follo
* If the query does not match the name of an encyclopedia entry, the user should instead be taken to a search results page that displays a list of all encyclopedia entries that have the query as a substring. For example, if the search query were `Py`, then `Python` should appear in the search results.
* Clicking on any of the entry names on the search results page should take the user to that entry's page.

> Take a look at: <https://cs50.harvard.edu/web/2020/projects/0/search/> to learn more about working with forms and query strings.
> Take a look back at the previous exercise [search](/django/projects/0%20search) to recall how to work with forms and query strings.

* **New Page**: Clicking "Create New Page" in the sidebar should take the user to a page where they can create a new encyclopedia entry.
* Users should be able to enter a title for the page and, in a [`textarea`](https://www.w3schools.com/tags/tag_textarea.asp), should be able to enter the Markdown content for the page.
Expand Down