Skip to content

Commit

Permalink
search: clarify that the case of the name is as requested or all lower
Browse files Browse the repository at this point in the history
This means that if the requester (whether that is directly from a user
or from another CPS file) specifies the name in a case that is not all
lower, search for that exactly as well as the all lower.

For example, if "OpenGL" is requested, then the name should be searched
as "OpenGL" and as "opengl".
  • Loading branch information
dcbaker committed Sep 27, 2024
1 parent c4ebf62 commit e2ce148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searching.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The various placeholders are as follows:

:var:`name`:
The name of the package to be located,
including both the proper case name,
including both the case as specified by the consumer,
and the name converted to lower case.

:var:`name-like`:
Expand Down

0 comments on commit e2ce148

Please sign in to comment.