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

Search in file content #1657

Closed
laurentvergnaud opened this issue Nov 8, 2021 · 8 comments
Closed

Search in file content #1657

laurentvergnaud opened this issue Nov 8, 2021 · 8 comments
Labels

Comments

@laurentvergnaud
Copy link

We use filebrowser to edit live WordPress sites files. We often have to look for a specific function or variable in the code and we can't do that with the current search feature.

It would be great if the search would take into account the content of the files.
Having VS Code like search results with the list of results and the extract of the lines where the search term is used would be ideal.

PS: thank you for this great tool :-)

@niubility000
Copy link
Contributor

Do you mean you wanna search in all the file contents in the listing page? including the current folder and sub folders? That may be a heavy job.

@laurentvergnaud
Copy link
Author

laurentvergnaud commented Nov 10, 2021 via email

@Juszoe
Copy link

Juszoe commented Nov 13, 2021

I think you would like to use code server in your case.

@laurentvergnaud
Copy link
Author

laurentvergnaud commented Nov 13, 2021 via email

@mdraevich
Copy link

mdraevich commented Mar 24, 2022

Hi!

First of all, wonderful tool that I'm actually looking for. Thank you, guys!

However the search speed is quiet low.
I've some experience in building file browser with instant typing search using nginx autoindex + meilisearch + apache tika. That works very nice on 117.000 files which have been indexed.
Why not to do the same in your project? You have wonderful UI for managing files and the last thing you have to implement -- it's a quick search!

Here's how it looks like:
image

@silijon
Copy link

silijon commented May 16, 2022

Having a pluggable search would be great. If you could docker compose a stack with filebrowser pointing at elasticsearch and indexing with something like this: https://github.com/dadoonet/fscrawler it'd be incredible.

@github-actions
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Sep 12, 2022
@github-actions
Copy link

This issue was closed because it has been stalled for 5 days with no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants