unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Relevance search in Emacs
@ 2020-12-05 18:18 Jean Louis
  2020-12-05 21:06 ` Drew Adams
  2020-12-05 22:22 ` TRS-80
  0 siblings, 2 replies; 6+ messages in thread
From: Jean Louis @ 2020-12-05 18:18 UTC (permalink / raw)
  To: Help GNU Emacs

Before weeks I was discussing and trying to find something that could
replace the `helm' in Emacs, so that I spare using external
libraries. Then discussion with Drew clarified that what I am looking
is rather type of a filter. But I would like to filter by
relevance. Some packages like `ivy' and `helm' do offer relevance
searches. Yet I wish to spare the basic package from using external
functions. This way me or other users can use any completion or Emacs
built-in completion function which is generally more user friendly in
my opinion.

Chapter 12. Full Text Search
https://www.postgresql.org/docs/current/textsearch-intro.html#TEXTSEARCH-MATCHING

What is good is that database PostgreSQL offers built-in relevance
searches and that spares coding and using other packages, so I am
transitioning to minimize usage of helm or take it completely out and
replace it with tabulated-list-mode that will offer options to act on.

I hope to replace the TAB in tabulated-list-mode so that it can offer
screen of various options or completion from minibuffer for actions
that may be invoked on a specific item.

In the manual there is little I can find related to "relevance". If
somebody knows if there is some "relevance" search in Emacs built-in
packages let me know, otherwise I will let database do the job.




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-12-06  4:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-05 18:18 Relevance search in Emacs Jean Louis
2020-12-05 21:06 ` Drew Adams
2020-12-05 21:26   ` Jean Louis
2020-12-05 21:43     ` Drew Adams
2020-12-05 22:22 ` TRS-80
2020-12-06  4:59   ` Jean Louis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).