Skip to content
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

listing and searching questions #28

Closed
sjoonk opened this issue Aug 31, 2010 · 9 comments
Closed

listing and searching questions #28

sjoonk opened this issue Aug 31, 2010 · 9 comments
Labels

Comments

@sjoonk
Copy link

sjoonk commented Aug 31, 2010

Two questions:

  1. Is there any way to list all pages including orphaned pages?
  2. How can I search pages in gollum?

Thanks.

@henrikh
Copy link
Contributor

henrikh commented Aug 31, 2010

On my fork, Simon Eskildsen (Sirupsen), Jon Frisby (MrJoy), Tobias Adams (tow8ie) and I, have implemented a search feature. It isn't complete yet, but it works.
The work is here: http://github.com/henrikh/gollum/compare/master...search

@technoweenie
Copy link
Contributor

I really wish you guys would've put that work in a separate branch :) I do like the idea of using git grep for the search (though I think we may end up using solr on GitHub).

@technoweenie
Copy link
Contributor

@sjoonk: There's no index view implemented, but it'd be easy to add. There's a convenient Gollum::Wiki#pages method for it.

@henrikh
Copy link
Contributor

henrikh commented Aug 31, 2010

@technoweenie: It already is on a seperate branch on my fork :) The linked compare view is of the branch :)

@technoweenie
Copy link
Contributor

Ah cool. Someone else merged it into master on their fork.

@henrikh
Copy link
Contributor

henrikh commented Aug 31, 2010

It isn't ready for pull yet. There is still some work to do.

@technoweenie
Copy link
Contributor

Oh doh, I just merged it. What's left?

@henrikh
Copy link
Contributor

henrikh commented Oct 2, 2010

Tests and a different API (should return Gollum::Pages) instead of names.

@Whitespace
Copy link

I added the first here: https://github.com/github/gollum/pull/133

The latter was already added.

Close this?

dometto pushed a commit that referenced this issue Jan 8, 2023
…_git_dir

Change behavior of explicit git_dir so that a relative path is relative to the current working directory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants