Alexis Côté

Results 27 comments of Alexis Côté

This is an Ace editor issue. This should be properly rendered and it's working on other editors. I'm looking forward fixing it. https://github.com/ajaxorg/ace/issues/4271

I think the only viable propositions so far is: 1. Allow prefix wilcards filtering (with startkey param) (We could also do suffix but meh?) Other solutions won't scale altough they...

@Antonio-Maranhao We recently discussed about this feature and I would like to work on it. Do you have any idea how I could integrate the search feature into the actual...

If anyone is interested, most of the work is done, It would only need some testing or a bit of love!

We do currently add the *language* property to DDoc. When did you encounter that it was not filled?

Something like this? ``` { "_id": "_design/new-ddoc", "language": "javascript", "views": {}, "updates": {}, "filters": {} } ``` @wohali

@karlwancl Is it possible to merge this?