| package search | |
| // Shared configuration for search methods. | |
| const ( | |
| MaxQueryLen = 255 | |
| MaxResults = 150 | |
| DefaultMaxResults = 15 | |
| ) | |
| package search | |
| // Shared configuration for search methods. | |
| const ( | |
| MaxQueryLen = 255 | |
| MaxResults = 150 | |
| DefaultMaxResults = 15 | |
| ) | |