Home › Forums › NanoTel › Search Improvnement › Reply To: Search Improvnement
Hello Andrey,
I found two possible solutions for number search that might work for our admin:
1) Run a long-running loop for API calls – but this comes with some risk. Remember, some time ago we started receiving complaints from the service provider, asking us to limit API calls. So, there’s a risk in using this approach.
2) Use multiple parallel functions for each mask (number format) – currently, only one function is assigned to each mask, but we could assign multiple functions per mask to improve performance. However, I’m not sure whether this would also lead to complaints from the service provider.
Please feel free to suggest if you have a better approach.
-
This reply was modified 4 weeks, 1 day ago by
Nishit Shan.