Is it possible to perform a case-sensitive search in OpenGrok?
Asked Answered
P

1

17

Looking at the OpenGrok help page reveals that the search query is based on Lucene, and Lucene in turn indicates that search queries are converted to lower case. I was wondering if there is any way to change this behavior and perform a case-sensitive search.

Palmirapalmistry answered 15/10, 2009 at 1:42 Comment(1)
Which version you are using.Use the latest one , I am using opengrok-0.12-rc2 and its working fine .Overcompensation
C
3

Reference search (-r) is case sensitive, as is definition (-d).

Carnay answered 15/10, 2009 at 1:46 Comment(1)
That may be, but I want to do a full search with case matching.Marcin

© 2022 - 2024 — McMap. All rights reserved.