Add locale and account to search/filter options
This commit is contained in:
parent
9a1fa89f6f
commit
20b6f28cb5
@ -13,7 +13,7 @@
|
|||||||
<!-- <PublishSingleFile>true</PublishSingleFile> -->
|
<!-- <PublishSingleFile>true</PublishSingleFile> -->
|
||||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||||
|
|
||||||
<Version>3.1.12.303</Version>
|
<Version>3.1.12.306</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -72,7 +72,12 @@ namespace LibationSearchEngine
|
|||||||
["CategoriesId"] = lb => lb.Book.CategoriesIds == null ? null : string.Join(", ", lb.Book.CategoriesIds),
|
["CategoriesId"] = lb => lb.Book.CategoriesIds == null ? null : string.Join(", ", lb.Book.CategoriesIds),
|
||||||
["CategoryId"] = lb => lb.Book.CategoriesIds == null ? null : string.Join(", ", lb.Book.CategoriesIds),
|
["CategoryId"] = lb => lb.Book.CategoriesIds == null ? null : string.Join(", ", lb.Book.CategoriesIds),
|
||||||
|
|
||||||
[TAGS.FirstCharToUpper()] = lb => lb.Book.UserDefinedItem.Tags
|
[TAGS.FirstCharToUpper()] = lb => lb.Book.UserDefinedItem.Tags,
|
||||||
|
|
||||||
|
["Locale"] = lb => lb.Book.Locale,
|
||||||
|
["Region"] = lb => lb.Book.Locale,
|
||||||
|
["Account"] = lb => lb.Account,
|
||||||
|
["Email"] = lb => lb.Account
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@ -89,7 +89,7 @@
|
|||||||
//
|
//
|
||||||
this.closeBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
this.closeBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.closeBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
this.closeBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||||
this.closeBtn.Location = new System.Drawing.Point(890, 415);
|
this.closeBtn.Location = new System.Drawing.Point(890, 465);
|
||||||
this.closeBtn.Name = "closeBtn";
|
this.closeBtn.Name = "closeBtn";
|
||||||
this.closeBtn.Size = new System.Drawing.Size(75, 23);
|
this.closeBtn.Size = new System.Drawing.Size(75, 23);
|
||||||
this.closeBtn.TabIndex = 5;
|
this.closeBtn.TabIndex = 5;
|
||||||
@ -103,7 +103,7 @@
|
|||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.CancelButton = this.closeBtn;
|
this.CancelButton = this.closeBtn;
|
||||||
this.ClientSize = new System.Drawing.Size(977, 450);
|
this.ClientSize = new System.Drawing.Size(977, 500);
|
||||||
this.Controls.Add(this.closeBtn);
|
this.Controls.Add(this.closeBtn);
|
||||||
this.Controls.Add(this.label5);
|
this.Controls.Add(this.label5);
|
||||||
this.Controls.Add(this.label4);
|
this.Controls.Add(this.label4);
|
||||||
|
|||||||
@ -89,7 +89,7 @@
|
|||||||
//
|
//
|
||||||
this.closeBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
this.closeBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.closeBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
this.closeBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||||
this.closeBtn.Location = new System.Drawing.Point(890, 415);
|
this.closeBtn.Location = new System.Drawing.Point(890, 465);
|
||||||
this.closeBtn.Name = "closeBtn";
|
this.closeBtn.Name = "closeBtn";
|
||||||
this.closeBtn.Size = new System.Drawing.Size(75, 23);
|
this.closeBtn.Size = new System.Drawing.Size(75, 23);
|
||||||
this.closeBtn.TabIndex = 5;
|
this.closeBtn.TabIndex = 5;
|
||||||
@ -102,7 +102,7 @@
|
|||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.CancelButton = this.closeBtn;
|
this.CancelButton = this.closeBtn;
|
||||||
this.ClientSize = new System.Drawing.Size(977, 450);
|
this.ClientSize = new System.Drawing.Size(977, 500);
|
||||||
this.Controls.Add(this.closeBtn);
|
this.Controls.Add(this.closeBtn);
|
||||||
this.Controls.Add(this.label5);
|
this.Controls.Add(this.label5);
|
||||||
this.Controls.Add(this.label4);
|
this.Controls.Add(this.label4);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user