zot / microfts

Small and fast FTS (full text search)
MIT License
32 stars 3 forks source link

Searching just for org headings? #15

Open sje30 opened 2 years ago

sje30 commented 2 years ago

Hi, thanks for this neat project.

Is there a way to restrict a search just for org mode headings rather than the entire file? I saw in #6 mention of searching by headlines?

Thanks.

zot commented 2 years ago

Hmm, you might try filtering lines, here https://github.com/zot/microfts/blob/main/elisp/ivy-org-fts.el#L71, to those that start with a series of stars, followed by a space.

Just copy ivy-org-fts-microfts-search into your .emacs or .init.el file and change the code there...

zot commented 2 years ago

And you're welcome, btw!