Re: I've made good progress in porting Django to Python 3, and could use some help!

2011-11-28 Thread Sindre Sorhus
BitBucket has full git support btw.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-developers/-/Ax7zncVO2FYJ.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.



analyze_wildcard

2011-08-13 Thread Sindre Sorhus
The docs says the following:
http://www.elasticsearch.org/guide/reference/query-dsl/query-string-query.html
analyze_wildcardBy default, wildcards terms in a query string are not 
analyzed. By setting this value to true, a best effort will be made to 
analyze those as well.But after some testing (ES 0.17.4) it seems that they 
are analyzed.

If i search for "jo?n" i will get a result with "john".

Is this a bug or am I not getting how it works?


My query: https://gist.github.com/114

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-developers/-/cVMREnbkng0J.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.