diff --git a/HappySearchObjectClasses/Happy Apps Core.csproj b/HappySearchObjectClasses/Happy Apps Core.csproj
index 917fa98..9164a1f 100644
--- a/HappySearchObjectClasses/Happy Apps Core.csproj
+++ b/HappySearchObjectClasses/Happy Apps Core.csproj
@@ -161,9 +161,6 @@
This section can be used to filter the results in the main tab:
-This section can be used to filter the Visual Novel list by tags:
-
- You can type the name/alias of a tag here and hit enter or click on a suggestion to add it as a filter.
- If tag entered has exactly the same name (not alias) as an existent tag, or only one tag is found, that tag is added, otherwise, a list of results will be shown.
- You can click a tag in the results list to add it or click anywhere else in the Tag Filtering section to hide the results.
- Example: Entering 'protagonist' and pressing enter will add Protagonist to active list of tags, if instead, you wish to search for all tags with 'protagonist' in the name/alias, you can click the 'S' button to the right.
-
If you wish to save the list of active filters, type a name here and hit Save Filter or press enter.
-Save the list of active tag filters as a custom tag filter.
-Delete the active custom tag filter.
-Clear the list of active tag filters (does not modify custom tag filters).
-Get all VNs that match the list of active tag filters which were not already in local database, if '10 Year Limit' is enabled, only titles released in the last 10 years will be fetched.
- - diff --git a/HappySearchObjectClasses/Program Data/Help/traitfiltering.html b/HappySearchObjectClasses/Program Data/Help/traitfiltering.html deleted file mode 100644 index c72b7a4..0000000 --- a/HappySearchObjectClasses/Program Data/Help/traitfiltering.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - -This section can be used to filter the Visual Novel list by traits in the title's characters:
-Use this to select the type of trait to be added to the list of filters.
-You can type the name/alias of a trait here and hit enter or click on a suggestion to add it as a filter.
- If a trait exists with the name entered for the selected trait type, or only one trait is found, it will be added, otherwise, a list of results is shown.
- You can click a trait in the results list to add it or click anywhere else in the Trait Filtering section to hide the results.
- Example: Selecting Hair type, typing 'green' and pressing enter will add 'Hair > Green' to active list of traits, if instead, you wish to search for all traits with 'green' in the name/alias, you can click the 'S' button to the right.
If you wish to save the list of active trait filters, type a name here and hit Save Filter or press enter.
-Save the list of active filters as a custom trait filter.
-Delete the active custom trait filter.
-Clear the list of active filters (does not modify custom trait filters).
- - diff --git a/HappySearchObjectClasses/VNDatabaseFile.cs b/HappySearchObjectClasses/VNDatabaseFile.cs index 12d0dda..41db6aa 100644 --- a/HappySearchObjectClasses/VNDatabaseFile.cs +++ b/HappySearchObjectClasses/VNDatabaseFile.cs @@ -257,6 +257,7 @@ private void CreateVNListTable() `Anime` TEXT, `Aliases` TEXT, `Languages` TEXT, +`DateFullyUpdated` DATE, PRIMARY KEY(`VNID`), FOREIGN KEY(`ProducerID`) REFERENCES `ProducerID` )"; var command = new SQLiteCommand(createCommand, Conn); diff --git a/Visual Novel Database/FormMain.Designer.cs b/Visual Novel Database/FormMain.Designer.cs index 214e4c5..96a021f 100644 --- a/Visual Novel Database/FormMain.Designer.cs +++ b/Visual Novel Database/FormMain.Designer.cs @@ -428,9 +428,9 @@ private void InitializeComponent() this.GetStartedHelpButton.FlatAppearance.BorderSize = 0; this.GetStartedHelpButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.GetStartedHelpButton.ForeColor = System.Drawing.SystemColors.ControlText; - this.GetStartedHelpButton.Location = new System.Drawing.Point(3, 242); + this.GetStartedHelpButton.Location = new System.Drawing.Point(3, 212); this.GetStartedHelpButton.Name = "GetStartedHelpButton"; - this.GetStartedHelpButton.Size = new System.Drawing.Size(123, 23); + this.GetStartedHelpButton.Size = new System.Drawing.Size(176, 23); this.GetStartedHelpButton.TabIndex = 89; this.GetStartedHelpButton.Text = "Get Started"; this.toolTip.SetToolTip(this.GetStartedHelpButton, "Help for getting started."); @@ -1535,10 +1535,10 @@ private void InitializeComponent() // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel1.Controls.Add(this.GetStartedHelpButton); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.otherMethodsCB); this.panel1.Controls.Add(this.yearLimitBox); - this.panel1.Controls.Add(this.GetStartedHelpButton); this.panel1.Controls.Add(this.autoUpdateURTBox); this.panel1.Controls.Add(this.updateTagsAndTraitsButton); this.panel1.Controls.Add(this.nsfwToggle); @@ -1615,7 +1615,7 @@ private void InitializeComponent() // this.userListReply.Location = new System.Drawing.Point(3, 172); this.userListReply.Name = "userListReply"; - this.userListReply.Size = new System.Drawing.Size(175, 63); + this.userListReply.Size = new System.Drawing.Size(176, 37); this.userListReply.TabIndex = 28; this.userListReply.Text = "(userListReply)"; this.userListReply.TextAlign = System.Drawing.ContentAlignment.TopCenter; diff --git a/Visual Novel Database/Happy Search.csproj b/Visual Novel Database/Happy Search.csproj index 9d0ea85..062a6cf 100644 --- a/Visual Novel Database/Happy Search.csproj +++ b/Visual Novel Database/Happy Search.csproj @@ -248,10 +248,37 @@
+ This section can be used to filter the results in the main tab.
+ Select the type of filter and then the value, then click the Add Filter button to add it to the current custom filter, or Add Permanent Filter to add it to the permanent filter.
+
+ Filters added to this section will persist regardless of Custom Filter selected, an example of how this is useful is to always hide blacklisted titles, or exclude titles in certain languages.
+ This is saved to file.
+
A custom filter is a selection of filters which can be saved to file, these filters can be quickly changed in this tab and in the main tab.
+