-
Notifications
You must be signed in to change notification settings - Fork 145
Are highlights working using CouchDB 2.0 #244
Comments
It should work the same as before. I can't dig into this right now but hopefully at the weekend, thanks for the report. |
okay great! Maybe it's something with CouchDB? |
as long as you got any results with your query, the &highlights=10 should have done something, so I think this is a couchdb-lucene bug. hopefully a simple one :) |
I just checked again, to be sure. There are results as expected, but no highlights:
(btw, I am pretty content with |
:) |
sorry for huge delay on this. I did try to get highlights to show locally without luck, so it does seem to be not working. I can't see why just yet though. |
Hi, I am trying to get highlights working.
With this query it's not working (the highlights array is not present):
http://localhost:5986/_fti/local/my_database/_design/search/by_body?q=keyword&highlights=10
Should this work?
The text was updated successfully, but these errors were encountered: