Exact search - wrong description?

Thomas Lohrum
Posts: 1324
Joined: Tue Mar 08, 2011 11:15 am

Exact search - wrong description?

Postby Thomas Lohrum » Mon Jan 16, 2012 9:36 pm

When "exact search" is activated i can search for "notes" and find notes containing text "CintaNotes". I think the intention is reverse, that is displaying the status in the menu is wrong.
User avatar
CintaNotes Developer
Site Admin
Posts: 5002
Joined: Fri Dec 12, 2008 4:45 pm
Contact:

Re: Exact search - wrong description?

Postby CintaNotes Developer » Tue Jan 17, 2012 7:46 am

Well, I can see your point. I'm not a native English speaker and this might be the problem here.
"Exact search" really was itended to mean "Search also inside of words".
So we have two kind of searches: one is slower (because it can't use the full-text index) and returns more results, the other one is faster and returns fewer results (uses the full-text index, but works only from the word boundaries).
So which one of them would you call "exact", really? )
Maybe you could suggest a better name?
Alex
Thomas Lohrum
Posts: 1324
Joined: Tue Mar 08, 2011 11:15 am

Re: Exact search - wrong description?

Postby Thomas Lohrum » Tue Jan 17, 2012 4:40 pm

Hi Alex,

simple problem - no easy answer.

Possible solutions:

1.) [X] beginning of word only (faster)
- You would have to revers logic (use NOT internally in your code)
- german: Nur Wortanfang (schneller)

2.) [X] text containing searchtext (slower)
- Simple, because renaming text only
- german: Suchtext enthalten (langsamer)

3.) full-text search (slower)
- Simple, because renaming text only
- german: Volltextsuche (langsamer)
- My favorite!

I understand that technically #3 is not a fulltext search in a sense of using the full-text index. However, it is fully understandable out of the box. At least to me ;)

Thomas
Noddy330
Posts: 354
Joined: Thu Jan 22, 2009 11:05 pm
Contact:

Re: Exact search - wrong description?

Postby Noddy330 » Tue Jan 17, 2012 8:34 pm

Alex
Or maybe just "Search also inside of words"
Nod
User avatar
CintaNotes Developer
Site Admin
Posts: 5002
Joined: Fri Dec 12, 2008 4:45 pm
Contact:

Re: Exact search - wrong description?

Postby CintaNotes Developer » Fri Jan 20, 2012 6:20 am

Bingo Noddy! ))
Alex
Thomas Lohrum
Posts: 1324
Joined: Tue Mar 08, 2011 11:15 am

Re: Exact search - wrong description?

Postby Thomas Lohrum » Fri Jan 20, 2012 10:04 am

In that case the german translation would be:
"Suche auch innerhalb von Wörtern" or maybe a little shorter
"Suche auch in Wörtern" but less clear to understand.
User avatar
CintaNotes Developer
Site Admin
Posts: 5002
Joined: Fri Dec 12, 2008 4:45 pm
Contact:

Re: Exact search - wrong description?

Postby CintaNotes Developer » Fri Jan 20, 2012 11:09 am

Thanks, Thomas!
Alex
ale
Moderator
Posts: 202
Joined: Fri Feb 06, 2009 6:01 pm

Re: Exact search - wrong description?

Postby ale » Fri Jan 20, 2012 6:39 pm

To tell the truth I never liked the term "exact search" because if this search mode was exact, the other was "not exact" i.e. somewhat broken. For the translation in my language ages ago, I chose the term "accurata" which in english would be accurate, precise, I think. It was the best I could pick up at the time.
User avatar
CintaNotes Developer
Site Admin
Posts: 5002
Joined: Fri Dec 12, 2008 4:45 pm
Contact:

Re: Exact search - wrong description?

Postby CintaNotes Developer » Thu Jan 26, 2012 10:29 am

Here I've outlined how I see the search function in future.
Let's continue discussion there, as it will also define how to rename the menu item.
Alex

Return to “CintaNotes Personal Notes Manager”