(query)
| 490 | } |
| 491 | class SearchController { |
| 492 | static validateSearchInput(query) { |
| 493 | return query && query.trim().length > 0; |
| 494 | } |
| 495 | |
| 496 | static async performSearch(query, minRatio, minSimilarity) { |
| 497 | const isSemanticSearch = document |
nothing calls this directly
no outgoing calls
no test coverage detected