I use the language stanza in code blocks (eg bash) and I've noticed that if I search for bash the results will include "documents" that contain lang=bash.
For example this task, once it's been created, will be return if I search for the r u b y (without the spaces!)
def sum(array) array.inject(:+) end
I'm using mysql indexing. I'm using the latest stable branch with versions:
arcanist | rARC822bc53ca306e06314560d8a76f68771d732e8e0 |
libphutil | rPHU76983f49b179e575187c7dc5098cd1fbfac300c7 |
phabricator | rP216f6be11ece53cb1daafc8fff636dbdb0d7ef3d |
mysql | 5.5.52 |
php | 5.6.24 |
And yes, I did re-index after upgrading to the latest version!