From b1ec23e3579b1528e6e7eb12f5c9f89793b5390e Mon Sep 17 00:00:00 2001 From: alyx Date: Tue, 31 May 2022 15:15:17 +0000 Subject: moved some stuff around, updated circuitsv2.json, linked the grapher from the searcher --- searcher/index.html | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 searcher/index.html (limited to 'searcher/index.html') diff --git a/searcher/index.html b/searcher/index.html new file mode 100644 index 0000000..f6ae0a1 --- /dev/null +++ b/searcher/index.html @@ -0,0 +1,150 @@ + + + + + + + + CV2 Chip Searcher + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ Options +
+ + + + + + + + +
+
+
+

Fuzzy Finder:

+ + + + + + +
+
+
+

Search By:

+ + + + +
+
+
+ + +
+
+
+
+
+ + + Showing page 0/0. + + +
+
+
+ +

Maintained by @winrg/@✨Aleteoryx, Keeper of Names✨#1027

+
+ ? +
+ +

The Basics

+
+

The chip searcher is a simple program. + To get started, simply type the name of the chip you'd like to know about into the top box. + By default, the searcher will automatically refresh the results as you type.

+

Different types of chips

+
+
    +
  • Beta Chips are indicated by a β symbol.
  • +
  • Soon-to-be deprecated Chips are indicated by yellow text, as well as a warning.
  • +
  • Deprecated Chips are indicated by red text, as well as a warning.
  • +
+

Neither form of deprecated chip will display by default.

+

Options

+
+

The chip searcher supports the following configuration + options, contained in the fold-out menu below the search bar.

+

Toggles

+
+
    +
  • Auto Refresh: Automatically update search results as you type. + When disabled, hit Enter to refresh.
  • +
  • Show Beta Chips: When enabled, beta chips will be included in the search.
  • +
  • Show Deprecated Chips: When enabled, deprecated chips will be included in the search.
  • +
  • Enable Filter Suggestions: When enabled, filters will be displayed as autocomplete options.
  • +
+

Fuzzy Finder

+
+
    +
  • Exact Match: What is typed must appear identically in the results.
  • +
  • Small Typos: Small errors are ignored, though larger ones will still affect the results.
  • +
  • Loose Match: Really only useful if you can't spell.
  • +
+

Search By

+
+
    +
  • Name: Search for what is typed in the chip name.
  • +
  • Description: Search for what is typed in the chip description
  • +
+

Items Per Page

+
+

Configures the number of items that will appear in each page. Defaults to 12.

+
+
+ + \ No newline at end of file -- cgit v1.2.3-54-g00ecf