Re: [sword-devel] Sword Searching

2002-04-25 Thread Chris Bitmead
Well if \bword\b is actually a solution, then presumably coding up an "exact word match" option should be easy. Just substitute the \b before each word and call the regexp code. Actually I thought I was pretty expert in regexps, but I havn't heard of \b. David Burry wrote: >In most open sourc

Re: [sword-devel] Sword Searching

2002-04-25 Thread Martin Gruner
> Who are you hint hinting to? You're the BibleCS pumpkinholder, or > didn't you realize that? Good point. David, may I suggest (fitting to what you might expect from me ;) that the already existing sf page (http://sf.net/projects/biblecs) be used to coordinate the development? Martin

RE: [sword-devel] Sword Searching

2002-04-24 Thread Chris Little
> -Original Message- > Perhaps we could create a "complex search" wizard that makes > complex searches within Sword for Windows easier to create > with several steps in "wizard" format. But for now I think > this would be a 2.0 issue and 2.0 isn't here yet? :) Hint > hint. David Trot

Re: [sword-devel] Sword Searching

2002-04-24 Thread Jorge Chacon
I think that might be a lot easier on users, yes. I mean, I do not mind a regexp search, but trying to teach my pastor how to do one is a whole different ballgame Jorge On Wed, 2002-04-24 at 16:47, David Trotz wrote: > Perhaps we could create a "complex search" wizard that makes complex > sea

Re: [sword-devel] Sword Searching

2002-04-24 Thread David Trotz
essage - From: "Jorge Chacon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 2:48 PM Subject: Re: [sword-devel] Sword Searching > Well, > > With all the prospective users I know, not even a 2-hour class on > regular expression

Re: [sword-devel] Sword Searching

2002-04-24 Thread Jerry Hastings
At 02:19 PM 4/24/2002 -0700, Chris Little wrote: >We could use this as a good excuse to start teaching the commoners about >regular expressions. Anyone feel like finding/writing a regex tutorial >for the FAQ? > >--Chris In BibleCS Go to: Help/Contents/HowToSearch/SearchingForExactWords And a

Re: [sword-devel] Sword Searching

2002-04-24 Thread David Burry
In most open source projects I've seen, people primarily write free code because they want to use it, the fact that others may (or may not) find it useful too is secondary. It seems to be a natural thing that open source in general fosters among the selfish human race. It's not as bad here as

Re: [sword-devel] Sword Searching

2002-04-24 Thread Jorge Chacon
Well, With all the prospective users I know, not even a 2-hour class on regular expressions would do the trick. Seriously, is our target computer-savvy users or Christians that happen to use a computer? I do not claim to know the answer, but the answer to this question should dictate the soluti

Re: [sword-devel] Sword Searching

2002-04-24 Thread Chris Little
We could use this as a good excuse to start teaching the commoners about regular expressions. Anyone feel like finding/writing a regex tutorial for the FAQ? --Chris On Wednesday, April 24, 2002, at 03:03 AM, Chris Bitmead wrote: > Call me a "fool" but I think this is too geeky for your typic

Re: [sword-devel] Sword Searching

2002-04-24 Thread Chris Bitmead
Call me a "fool" but I think this is too geeky for your typical bible reader. And the ability to search for a word is, well, pretty fundamental don't you think? Jacob Daniel wrote: >I believe that \bfool\b with Regular Expression search should work. > >On Tue, Apr 23, 2002 at 05:19:07PM +0200,

Re: [sword-devel] Sword Searching

2002-04-23 Thread Jacob Daniel
I believe that \bfool\b with Regular Expression search should work. On Tue, Apr 23, 2002 at 05:19:07PM +0200, Martin Gruner wrote: > > I wish you could do plain word searches in Sword. I.e. I wish > > I could search for "fool" without getting all references to "foolish" > > for example. > > You

Re: [sword-devel] Sword Searching

2002-04-23 Thread Martin Gruner
> Similarly if the word is at the end of a sentence and has a full stop > (period) next to it that will not pick up either. You have a point. Using regular expressions would probably work here. Martin

RE: [sword-devel] Sword Searching

2002-04-23 Thread Kevin Montgomery
up either. Regards Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Martin Gruner Sent: 23 April 2002 16:19 To: [EMAIL PROTECTED] Subject: Re: [sword-devel] Sword Searching > I wish you could do plain word searches in Sword. I.e. I wish > I

Re: [sword-devel] Sword Searching

2002-04-23 Thread Martin Gruner
> I wish you could do plain word searches in Sword. I.e. I wish > I could search for "fool" without getting all references to "foolish" > for example. You can. Search for " fool ", using exact search. Martin

[sword-devel] Sword Searching

2002-04-23 Thread Chris Bitmead
I wish you could do plain word searches in Sword. I.e. I wish I could search for "fool" without getting all references to "foolish" for example.