Re: regular expression in search

2014-08-26 Thread William Bell

Hi

I did not realize it could do a regular expressions!

The problem is as follows. If I put in a regular expression in the main 
index screen (which lists all the various repo's), to search for a repo 
beginning with git which would be ^git but it returns the following:

cgit/?q=^git
instead of
cgit/?qt=grep&q=^git

It does work but for this screen it does not detect that it is a regular 
expression.


Regards


On 08/25/2014 06:45 PM, John Keeping wrote:

On Sat, Aug 23, 2014 at 03:49:52PM +0200, William Bell wrote:

I would like to use a regular expression in the search field as in
gitweb.

What do you mean by this?  The "log msg", "author" and "committer"
searches already take regular expressions.

Do you mean a pickaxe search option?



___
CGit mailing list
CGit@lists.zx2c4.com
http://lists.zx2c4.com/mailman/listinfo/cgit


Re: regular expression in search

2014-08-25 Thread John Keeping
On Sat, Aug 23, 2014 at 03:49:52PM +0200, William Bell wrote:
> I would like to use a regular expression in the search field as in
> gitweb.

What do you mean by this?  The "log msg", "author" and "committer"
searches already take regular expressions.

Do you mean a pickaxe search option?
___
CGit mailing list
CGit@lists.zx2c4.com
http://lists.zx2c4.com/mailman/listinfo/cgit


regular expression in search

2014-08-23 Thread William Bell

Hi

I would like to use a regular expression in the search field as in gitweb.

Can this be achieved with filters?

Regards
___
CGit mailing list
CGit@lists.zx2c4.com
http://lists.zx2c4.com/mailman/listinfo/cgit