File tree Expand file tree Collapse file tree
strr-api/src/strr_api/models Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ def search_registrations(cls, filter_criteria: RegistrationSearch):
151151
152152 @classmethod
153153 def _host_condition_bl (cls , requirement : list [str ]):
154- """Build host filter condition for Business Licence (BL); exact match with PR flag ."""
154+ """Build host filter condition for Business Licence (BL); handles BL and BL+ PR requirements ."""
155155 # pylint: disable=import-outside-toplevel
156156 from strr_api .models .application import Application
157157
@@ -172,7 +172,7 @@ def _host_condition_bl(cls, requirement: list[str]):
172172
173173 @classmethod
174174 def _host_condition_pr (cls , requirement : list [str ]):
175- """Build host filter condition for Principal Residence (PR); exact match with BL flag ."""
175+ """Build host filter condition for Principal Residence (PR); handles PR and BL+PR requirements ."""
176176 # pylint: disable=import-outside-toplevel
177177 from strr_api .models .application import Application
178178
You can’t perform that action at this time.
0 commit comments