You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For indexing purposes, specifically, {foo}(index) ... {Foo} will treat foo and Foo as separate index entries even though it look copies across the (index) annotation.
One way round this is with an annotations lookup file in which you do this:
{foo}(index "foo")
This way the specifically value will be used for indexing both "foo" and "Foo"
The text was updated successfully, but these errors were encountered:
For indexing purposes, specifically,
{foo}(index) ... {Foo}
will treat foo and Foo as separate index entries even though it look copies across the (index) annotation.One way round this is with an annotations lookup file in which you do this:
This way the specifically value will be used for indexing both "foo" and "Foo"
The text was updated successfully, but these errors were encountered: