I keep adding to my exceptions.txt
file in m Sphinx
configuration for acornyms that contain &
e.g:
A&E => A&E
so that it is not indexed as two separate letters. However it is getting monotonous and I wonder if I can/should somehow just make '&' indexed. The questions are:
- How do I force
&
to index - Will
A&E
then index as such? - Is there a downside I'm not 'getting' since Sphinx decides to not index & in the first place?