Conversation
|
makes sense 👍 |
|
@butonic ouch - what happened to the unit tests? |
|
hmm - requires rebase ... |
21db916 to
8eeb587
Compare
search/luceneresult.php
Outdated
There was a problem hiding this comment.
@butonic a parent class has mime_type property here: https://github.com/owncloud/core/blob/master/lib/private/search/result/file.php#L62
|
@VicDeo thx, added it |
ee9ffc4 to
9e5cb4d
Compare
9e5cb4d to
99cb0ac
Compare
99cb0ac to
fd670b8
Compare
|
@VicDeo good to go? |
|
@butonic TBH, I can't make search results to appear for master and this branch. |
|
@butonic ok, got it. missing etag causes js error while quireing a preview and results are not rendered at all. Needs to be fixed in this PR Additionally #searchresults has margin-top:-250px. when there are only results for 'other places' (e.g. lucene) these results are pushed too high to top (and become invisible). This one is tracked at owncloud/core#16878 |
f0449b3 to
c4fb111
Compare
|
I don't think it will make it into 8.1 -> moving to 9.0 cc @karlitschek @cmonteroluque |
|
search lucene is a pure appstore app now - we need to push an updated version for 8.2 |
|
in addition: taking care about comments would be great as well |
|
Not yet reviewed -> 9.1 |
|
moving to 9.1.1 |
|
enhancement/new API -> 9.2 (let me know if you think otherwise) |
|
move to backlog or 10.0.1 ? (and find reviewers) |
|
backlog |
fixes #55 as the full text results were lacking the code to properly integrate with the full page results. code got lost somewhere ... cc @DeepDiver1975 @jnfrmarks