AC-FuSa-Tools / nav

navigate kernel database
GNU General Public License v2.0
3 stars 4 forks source link

Feature request - Entry points #4

Open gianlucafarinaccio opened 1 year ago

gianlucafarinaccio commented 1 year ago

Hi everyone, I would like to implement a search functionality in my project.

For example: If the user types "abc", I would like to display a list with all the availables entry-points which contain "abc". Do you think is possible to get an output from nav which contains this entry-points? For me, a useful output could be a JSON like this...

{
    "abc":["abcd", "xxabcxx", "abcxx", ...]
}

or also a simple string

abcd 
xxabcdxx
abcxx
...