Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too many different ways to search with different scopes ! Why? #856

Closed
BobTB opened this issue Sep 11, 2017 · 21 comments
Closed

Too many different ways to search with different scopes ! Why? #856

BobTB opened this issue Sep 11, 2017 · 21 comments
Labels
help wanted 🆘 Pull request/issue requires extra help from the community. Check these out if you're new!

Comments

@BobTB
Copy link

BobTB commented Sep 11, 2017

Am I doing something wrong or is this really so? Boostnote doesn't do a full text search through all the notes, it just outputs the search results from note titles. How can this be a useful for a note taking app?

There are two major things a note taking app should do:

  1. Save the text entered
  2. Search the text entered

Everything else is just fluff.

@Sild
Copy link

Sild commented Sep 12, 2017

I can't confirm it
image
image

@BobTB
Copy link
Author

BobTB commented Sep 12, 2017

Ok, now I know exactly what is wrong. It does not search code snippets, which is quite a problem, how am I supposed to find something in the notes if it is in the snippet?

@asmsuechan
Copy link
Contributor

Hi, @BobTB. Please use Finder. Please check the hotkey at Preferences -> Hotkey.

@BobTB
Copy link
Author

BobTB commented Sep 13, 2017

Ok, I know there is Finder, but how can I find the note which has the string in snippet I am looking for in the first place? I have to click through all and every note and then search for the string in finder? There should be a global scope search box and not two searches with different scopes. This is almost useless for me, and I believe for many other users too. Fix that and Boostnote will have a lot more users :)

@BobTB BobTB changed the title Search searches only in note titles Too many different ways to search with different scopes ! Why? Sep 13, 2017
@BobTB
Copy link
Author

BobTB commented Sep 13, 2017

Actually there are three ways to search:
-a regular search box
-a 'finder' search
-and a Search box in Editor mode

All three should be combined in just one search box!

@Sild
Copy link

Sild commented Sep 13, 2017

For example, I don't want to see "search box in edit mode" in finder. They solve totally different tasks.

@BobTB
Copy link
Author

BobTB commented Sep 14, 2017

Check out simplenote, one search finds everything, simple and great, of course its lacking in other functionality, as far as I was able to look boostnote is as close to perfect as it can be, just if the search was more usefull / intuitve,

@BobTB
Copy link
Author

BobTB commented Sep 17, 2017

I really tried now for three days, but this search functionality as now is not useful at all, it is a hinderance instead of help. I have a specific text in a code snippet. I just can not find the note in which this snippet with the text is. I can not find a way of doing it. Sadly I have to use something else, these three different ways of searching for the same thing is really a major setback.

@huettenhain
Copy link

While I am not quite as annoyed by it as @BobTB is, I do feel that the search capabilities of Boostnote could need some improvement. For example, the (global) search/replace in Visual Studio Code is a good example of what I would find appealing. However, it's important not to forget that this is a free and open source project, so noone's stopping us (other than our own priorities) from implementing this ourselves. So far the devs have been nothing but kind and zealous to fulfill our wishes, I am really grateful for that.

@kazup01 kazup01 added help wanted 🆘 Pull request/issue requires extra help from the community. Check these out if you're new! Search labels Sep 24, 2017
@yahyavi
Copy link

yahyavi commented Oct 8, 2017

Yes, this is the most frustrating thing about this app, everything else is actually pretty good, but a note taking app needs proper search!
@kazup01 this is a good app but please make fixing search and unifying all different searches a priority. I think VS Code or sublime are good examples to follow.

@BobTB
Copy link
Author

BobTB commented Oct 8, 2017

Exactly my thoughts! It very hard to use as it is now.

@Trewlany01
Copy link

Trewlany01 commented Oct 19, 2017

**_I think your comments are valid regarding the different search functionalities, because while they are implemented, search can be frustrating.

The search below seems to only search based on document titles and not actual note content, so this can be frustrating. Would be nice to see additional functionality for search implemented, even find and replace such as sublime/atom editors have, or move to next instance of found word in current found document_**

search functionality

However using the search functionality you can search note/code snippet content as seen below:
basic search

You can see my example above that boostnote simply finds documents with your string in them.
I think boostnote can be improved tremendously by adding feature to move to next instance of found word in document or even highlight found word as my picture below suggests. It wouldn't be implemented exactly like the below picture, but of similar idea:

editied basic search

Aha, just found the last search option here:

_Using hotkey Ctrl +f in edit mode for the note will highlight as I mentioned earlier, seems like this functionality is great, however would also be great to see this from the option to search multiple notes, but I understand that may be difficult

search within text

@kazup01 kazup01 removed the Search label Nov 7, 2017
@nfaction
Copy link

The search does work fairly well, however it does not show search results inside the actual note. The finder is very difficult to use in that I have not been able to use it without crashing, etc.

A ctrl+f inside the note would be extremely useful when in preview. I use vim mode, and can use / to search, which does work, but often I don't want to have to switch to edit mode to search...

@ericchase
Copy link

Any reason this hasn't been fixed yet? Without being able to search all my notes at once, there's absolutely no reason to use BoostNote over something else (ie. OneNote).

@chansey97
Copy link

Hi @asmsuechan,
How to find Finder? I checked the hotkey at Preferences -> Hotkey.
There is only one option:
Show/Hide Boostnote Super + Alt + E
Nothing else...
capture

@Rokt33r
Copy link
Member

Rokt33r commented Mar 6, 2018

@chansey97 We discarded it. #1497 But, we're going to bring it back. #1503

@yahyavi
Copy link

yahyavi commented Apr 12, 2018

Is there a way to jump to the next highlighted search keywords in the markdown editor search?

It finds and highlights the string but changes focus to the highlighted keyword in the editor so if you press enter or n (as vim) it replaces highlighted work with enter or n.

@Rokt33r we appreciate the work on the app but lack of progress on search has been very frustrating. This is the most important feature of the app!

@Rokt33r
Copy link
Member

Rokt33r commented Apr 14, 2018

Is there a way to jump to the next highlighted search keywords in the markdown editor search?

There isn't. We need to implement it. Could you create a new issue about this? Then, we could track
the progress and introduce it much faster.

@yahyavi
Copy link

yahyavi commented Apr 15, 2018

@Rokt33r Done! #1813

@Rokt33r
Copy link
Member

Rokt33r commented Apr 16, 2018

@yahyavi Thanks!

@Flexo013
Copy link
Contributor

Flexo013 commented Aug 6, 2019

Currently this has been brought down to two ways of searching:

  1. The Search at the top of the note list. This one should be sufficient in almost all cases. All issues brought up in this thread no longer seem to be present.

  2. Ctrl + F when inside a note. This will open a specific search, with the added feature of supporting regex. In the future this particular searcher will also allow you to go to the next or previous occurrence of your search query. See Add next and previous occurrence arrows to Ctrl+F searcher #3205

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted 🆘 Pull request/issue requires extra help from the community. Check these out if you're new!
Projects
None yet
Development

No branches or pull requests