mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-19 13:57:18 -04:00
Update iOS param (#1776)
This commit is contained in:
@@ -275,7 +275,7 @@ public class CredentialProviderViewModel: ObservableObject {
|
||||
// iOS provided URL - use Rust matcher for domain-aware matching
|
||||
filteredCredentials = RustItemMatcher.filterCredentials(
|
||||
credentials,
|
||||
currentUrl: searchText
|
||||
searchText: searchText
|
||||
)
|
||||
} else {
|
||||
// User-typed search - use substring matching across all fields
|
||||
|
||||
Reference in New Issue
Block a user