TF-3408 Set limit=MAX for contact view in search
This commit is contained in:
@@ -163,7 +163,6 @@ class ContactController extends BaseController with AutoCompleteResultMixin {
|
|||||||
|
|
||||||
final autoCompletePattern = AutoCompletePattern(
|
final autoCompletePattern = AutoCompletePattern(
|
||||||
word: queryString,
|
word: queryString,
|
||||||
limit: 30,
|
|
||||||
accountId: _accountId);
|
accountId: _accountId);
|
||||||
|
|
||||||
if (_contactSuggestionSource == ContactSuggestionSource.all) {
|
if (_contactSuggestionSource == ContactSuggestionSource.all) {
|
||||||
|
|||||||
+5
-6
@@ -1954,12 +1954,11 @@ packages:
|
|||||||
super_tag_editor:
|
super_tag_editor:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
name: super_tag_editor
|
||||||
ref: fix-some-issue-with-suggestion-box
|
sha256: d49a4100253de1d46d2c9b20cd7f215129f105028f6ad8a7fba388a4e3b4df9d
|
||||||
resolved-ref: "3ac885e6416f61f5888e5b9c5e8e07c182b57e71"
|
url: "https://pub.dev"
|
||||||
url: "https://github.com/dab246/super_tag_editor.git"
|
source: hosted
|
||||||
source: git
|
version: "0.3.1"
|
||||||
version: "0.3.0"
|
|
||||||
syncfusion_flutter_core:
|
syncfusion_flutter_core:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|||||||
+2
-5
@@ -87,11 +87,6 @@ dependencies:
|
|||||||
url: https://github.com/linagora/flutter-date-range-picker.git
|
url: https://github.com/linagora/flutter-date-range-picker.git
|
||||||
ref: main
|
ref: main
|
||||||
|
|
||||||
super_tag_editor:
|
|
||||||
git:
|
|
||||||
url: https://github.com/dab246/super_tag_editor.git
|
|
||||||
ref: fix-some-issue-with-suggestion-box
|
|
||||||
|
|
||||||
# TODO: We will change it when the PR in upstream repository will be merged
|
# TODO: We will change it when the PR in upstream repository will be merged
|
||||||
# https://github.com/dietfriends/dns_client/pull/9
|
# https://github.com/dietfriends/dns_client/pull/9
|
||||||
dns_client:
|
dns_client:
|
||||||
@@ -112,6 +107,8 @@ dependencies:
|
|||||||
ref: master
|
ref: master
|
||||||
|
|
||||||
### Dependencies from pub.dev ###
|
### Dependencies from pub.dev ###
|
||||||
|
super_tag_editor: 0.3.1
|
||||||
|
|
||||||
cupertino_icons: 1.0.6
|
cupertino_icons: 1.0.6
|
||||||
|
|
||||||
get: 4.6.6
|
get: 4.6.6
|
||||||
|
|||||||
Reference in New Issue
Block a user