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

Comments

Fixes #7: Add search functionality#8

Merged
ololduck merged 5 commits intodevelopfrom
devjournal-7
Aug 24, 2015
Merged

Fixes #7: Add search functionality#8
ololduck merged 5 commits intodevelopfrom
devjournal-7

Conversation

@ololduck
Copy link
Owner

Two search modes are available (three, really):

  • /search?q=tag:<name_of_tag>: searches for post tagged with a specific tag. This is what is used for the case where the user clicks on on a tag link.
  • /search?q=name:<page_name>: searches for a page with a name like page_name.
  • /search?q=all: returns the list of all pages. This list is also available with the reserved name /all.

If only one result is found, the user is redirected to this page.

On a unrelated note, we now use Fira Sans for the base font.

Paul Ollivier and others added 4 commits April 27, 2015 22:29
Also fixed CSS, introduced the Fira Sans font-face.
This commit introduces the search functionality. Two search modes are
available (three, really):
* ?q=tag:<name_of_tag>: searches for post tagged with a specific tag.
                        This is what is used for the case where the user
                        clicks on on a tag link.
* ?q=name:<page_name>: searches for a page with a name like page_name.
* ?q=all: returns the list of all pages. This list is also available
          with the reserved name /all.

If only one result is found, the user is redirected to this page.
@ololduck ololduck self-assigned this Aug 24, 2015
@ololduck ololduck added this to the 0.1.0 milestone Aug 24, 2015
ololduck pushed a commit that referenced this pull request Aug 24, 2015
Fixes #7 : Add search functionality
@ololduck ololduck merged commit 591570e into develop Aug 24, 2015
@ololduck ololduck deleted the devjournal-7 branch August 24, 2015 14:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant