Hello,
when you search here: http://fontawesome.io/icons/
for icon change you won't find the button exchange
Thanks
Also when you search for arrow you won't find long-arrow-down (although the others in that set of arrows are shown):

@talbs is there anything we could fix with Algolia instead of adding filters?
About change, this is expected because Algolia only considers search terms as prefixes. If that's something you really want to modify here, a synonym between change and exchange would do the job (configurable in the index settings).
About the long-arrow-down, it's due to the page amount of results (using hitsPerPage: 20, which is the default value). This can be changed in the index settings or overridden at query time.
This has been fixed with the new version 馃憤
Most helpful comment
About
change, this is expected because Algolia only considers search terms as prefixes. If that's something you really want to modify here, a synonym betweenchangeandexchangewould do the job (configurable in the index settings).About the
long-arrow-down, it's due to the page amount of results (usinghitsPerPage: 20, which is the default value). This can be changed in the index settings or overridden at query time.