-
Notifications
You must be signed in to change notification settings - Fork 106
Search in all articles #185
Comments
Search is very hard to do well therefore low priority ;) |
Can you remind me what was the problem with using the oC Search API? |
I think it will be abolished. The current one leads to very high loadtimes and causes bad userexperience (lucene). The implementation we had before didnt fully use this btw. It also depends on #132 and would require us to implement routes for each item (which will be very hard to do i think) |
I'd say that a simple search in the body column would be a great help! |
Like I said, will take a longer time. The searchbar has also to go somewhere, we unfortunately cant use the one in the top. That would mean we have to add another bar on top of the articles @jancborchardt |
I see... Maybe it didn't have to be integrated like that. It could be a field either on top of the news feed list (to the left) or under - or maybe placed under the "tools" slider - where import/export is located... |
Should be on top of the articles so its obvious :) |
It's like - we can't walk, but wanna fly, so we keep crawling... Think smart buddy. We need that function. I can do it myself, but then I can't update when you enrich us with new features... |
@knasdk we know that feature would be nice, but we have other priorities at the moment. If you can do it yourself, please do so and issue a pull request to help everyone. And if you add the search bar, please add it on top of the articles (app-content) so it’s obvious what is searched. Then the articles should be filtered as-you-type. |
Hi all, a search on all articles would be highly appreciated. IMO its a must have for a news app, considering you have plenty of feeds and want to search specific terms etc. I would be happy to contribute to get a search implemented into the app. |
Is the need for a separate search bar still valid since ownCloud 8 changed the search bar at the top to be app-specific? |
@kgraefe did not know of that change, can you link me something? But apparently it does not load anything which means it should be possible to reuse the top search. This will simplify things. |
https://owncloud.org/blog/owncloud-server-8-0-for-users/ (paragraph "Improved search") |
In general we want full text search on the database level. Since we store HTML markup in the database (item's body field) we need to get rid of it and keep it in a separate column. We can also append the title and link to the text, so we need to create a duplicate column where we can run the search queries on. @fossxplorer is gonna hate me xD These columns need to be created properly, otherwise you'll only be able to search in new entries. For bigger systems this can take hours, so this migration will be optional. We are going to need to do the following:
|
Work on this will be done in the next branch which aims for 8.1 I cant guarantee however that this is finished when 8.1 is released. |
Linking this for future use http://stackoverflow.com/questions/5265288/update-command-line-output-i-e-for-progress |
Clientside search is implemented in the next branch, all that is left is the migration for older articles and some testing :) |
@Raydiation btw – you can use the header search field for this. In Files, apps mgmt etc we moved to use the filed for in-app search. :) |
It would be great to have a search in all articles by title or contains maybe.
The text was updated successfully, but these errors were encountered: