GNU bug report logs - #57160
28.1.91; Info Virtual Index fails on search "two column"

Previous Next

Package: emacs;

Reported by: Van Ly <van.ly <at> sdf.org>

Date: Fri, 12 Aug 2022 17:14:01 UTC

Severity: normal

Found in version 28.1.91

Full log


Message #14 received at 57160 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Van Ly <van.ly <at> sdf.org>, Juri Linkov <juri <at> linkov.net>
Cc: "57160 <at> debbugs.gnu.org" <57160 <at> debbugs.gnu.org>
Subject: RE: [External] : bug#57160: 28.1.91; Info Virtual Index fails on
 search "two column"
Date: Fri, 12 Aug 2022 18:24:29 +0000
> Everyday search engines would accept "two column" and add in the hyphen.

(Not chiming in on whether something should be done in Info.)

Just pointing out that the "everyday search engines" you're thinking of (e.g. PDF searching, web search engines...) typically perform what's called "full-text search" or "indexed search".

They _index_ a set of documents, breaking down words into roots, endings, etc.  So they can match singular/plural and other forms of words that have the same root, and perform other kinds of search (boolean predicates, nearness tests, etc.).

They don't do the kind of searching that Emacs does, in general.  Emacs searching is typically plain-text, and it allows for the use of regexps, for example.

These are two very different search worlds.  Try searching for "two-column" with Google search and not getting hits also for "two column".  Each kind of search has its advantages.  Emacs searching is good for most uses of Emacs.




This bug report was last modified 3 years ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.