decaf-dev / obsidian-dataloom

Weave together data from diverse sources and display them in different views. Inspired by Excel spreadsheets and Notion.so.
https://dataloom.xyz/
MIT License
917 stars 34 forks source link

content search function #474

Open Parbler opened 1 year ago

Parbler commented 1 year ago

Problem

This plugin is truly great,but has one thing annoying.What is in the table could not be found if using the Obsidian search.

Solution

Maybe needing index?

Additional details

No response

decaf-dev commented 1 year ago

Related to #436

decaf-dev commented 1 year ago

@samueler2016 I am not sure that the Obsidian API has an ability to extend the built-in search function. An alternative solution is to use omnisearch. https://github.com/scambier/obsidian-omnisearch. This plugin will search all text in your vault, including the Notion-Like Tables .table file. I have this attached to the cmd + i keys on mac. It makes it really easy to use.

Parbler commented 1 year ago

@samueler2016 I am not sure that the Obsidian API has an ability to extend the built-in search function. An alternative solution is to use omnisearch. https://github.com/scambier/obsidian-omnisearch. This plugin will search all text in your vault, including the Notion-Like Tables .table file. I have this attached to the cmd + i keys on mac. It makes it really easy to use.

Thank you,I will try ominsearch.

decaf-dev commented 1 year ago

Opened a post for this: https://forum.obsidian.md/t/search-support-for-custom-views/68149