-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Implement install by default full text search #22741
Comments
Maybe just get owncloud-archive/search_lucene#113 fixed for 8.2? |
Search Lucene is still not enough, there are also various bug issues with it. |
Not everyone wants to have fulltext search on as a default. Thats the main advantage of ownCloud, you can have stuff like this in apps. So why do you think its better to include the functionality into ownCloud instead of fixing your mentioned bugs in search lucene? |
RealRancor, this can be implemented as an option that can be enabled or disabled. I would recommend keeping it disabled on install or offering it as an option during initial installation. The point is this is an important feature and leaving it as an app would mean it wouldn't function as well. |
We are testing OC for one of our customers and I find it scary that this feature just can drop off. Never to mention about System Administrator manual for 8.2, that just says "Using the Full-Text Search app is literally set-it-and-forget-it: all you do is enable it on your Apps page".. Does this effect on Enterprise users as well? |
I'd love to see full-text search actually working (does not yet appear to work in 9.x) and would be fine to "opt-in". The documentation is useless to me (opened owncloud-archive/documentation#2372). |
Where is the Search app? It is not present in 8.2 or 9.0. Not sure who to ask-- @butonic @icewind1991 @jnweiger |
Meh. Looks like it's gone from 8.2 and 9.0. You need to tell me these things, friends! |
Doc pages removed owncloud-archive/documentation#2372 (comment) |
@carlaschroder It's not been removed per-se, it's just available as a non-default app on the appstore. Not sure why that decision was made though |
@Xenopathic See owncloud-archive/search_lucene#113 |
According to https://github.com/owncloud/search_lucene/releases there have been more recent releases? |
The tags are a lie. They are automatically tagged since it's in the release script. However, that won't magically make it compatible 🙈 |
Any light on the end of the tunnel? Would be such a lovely feature. And I'd reckon its a pretty enterpricy one, too. |
Full Text Search is available as a Consulting Project for our customers, indeed. Integration is offered with ElasticSearch, but feature is by far not complete or ready for all use cases. In any case its a seperate app, not part of core. Happy for community apps. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Implement the ability to perform full text search instead of Search Lucene which has been buggy and has not even been released properly.
The text was updated successfully, but these errors were encountered: