As far as I can tell this doesn't happen, seems to be nearly universally expected behavior.
Description
Event Timeline
I think we were using strings that were too long when checking this out on our production install.
I added you to Community.
(It's possible that specific comments or content isn't indexed properly, but the current expectation is that we're getting it all, including inline comments in Diffusion / Differential. If you can find counterexamples, it's likely an easy fix.)
Hmmm... pneumonoultramicroscopicsilicovolcanoconiosissupercalifragilisticexpialidocious
ok so that was the exact phrase that when searched didn't show up, it works fine here
We have this config (which I think setup issues recommend) but that should be the only difference between this and other installs, I think:
ft_min_word_len=3 ft_stopword_file=/core/lib/phabricator/resources/sql/stopwords.txt ft_boolean_syntax=' |-><()~*:""&^'
ft_stopword_file = /opt/phabricator/phabricator/resources/sql/stopwords.txt ft_min_word_len = 3 ft_boolean_syntax=' |-><()~*:""&^'
I'll go try to figure out why this works fine here and not on our install, thanks for investigating so far.
./bin/search index --force --all fixed this,.but i'm confused how some random tasks weren't indexed and some were
then again we're engaged in all manners of mischief with our phabricator install