Skip to content

Commit 15075c0

Browse files
authored
Update search.json file (#2139)
1 parent a83750b commit 15075c0

File tree

1 file changed

+62
-36
lines changed

1 file changed

+62
-36
lines changed

site/static/search.json

Lines changed: 62 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
{
3939
"href": "/docs/standard/getting-started/internationalization/",
4040
"name": "Internationalization guide",
41-
"keywords": ["internationalization", "guide", "i18n"],
41+
"keywords": ["internationalization", "guide", "i18n", "languages", "translations"],
4242
"category": "Getting started"
4343
},
4444
{
@@ -134,7 +134,18 @@
134134
{
135135
"href": "/docs/standard/content-styles/colors/",
136136
"name": "Colors",
137-
"keywords": ["colors"],
137+
"keywords": [
138+
"colors",
139+
"pallette",
140+
"primary",
141+
"secondary",
142+
"warning",
143+
"danger",
144+
"info",
145+
"light",
146+
"dark",
147+
"success"
148+
],
138149
"category": "Content & styles",
139150
"priority": {
140151
"colors": 1
@@ -188,7 +199,7 @@
188199
{
189200
"href": "/docs/standard/content-styles/images/",
190201
"name": "Images",
191-
"keywords": ["images"],
202+
"keywords": ["images", "thumbnails", "responsive"],
192203
"category": "Content & styles",
193204
"priority": {
194205
"image": 1
@@ -197,7 +208,13 @@
197208
{
198209
"href": "/docs/standard/content-styles/mask/",
199210
"name": "Mask",
200-
"keywords": ["mask"],
211+
"keywords": [
212+
"mask",
213+
"rgba",
214+
"opacity",
215+
"color",
216+
"overlay"
217+
],
201218
"category": "Content & styles",
202219
"priority": {
203220
"mask": 1
@@ -206,7 +223,7 @@
206223
{
207224
"href": "/docs/standard/content-styles/shadows/",
208225
"name": "Shadows",
209-
"keywords": ["shadows", "box shadow"],
226+
"keywords": ["shadows", "box shadow", "depth", "elevation"],
210227
"category": "Content & styles",
211228
"priority": {
212229
"shadows": 1,
@@ -300,6 +317,7 @@
300317
"keywords": ["active link", "scrolling"],
301318
"category": "Navigation",
302319
"priority": {
320+
"scroll": 1,
303321
"scrollspy": 1
304322
}
305323
},
@@ -372,7 +390,7 @@
372390
"keywords": ["toolbar"],
373391
"category": "Components",
374392
"priority": {
375-
"button": 1
393+
"button": 2
376394
}
377395
},
378396
{
@@ -442,7 +460,7 @@
442460
"keywords": ["gallery", "lightbox", "images"],
443461
"category": "Components",
444462
"priority": {
445-
"lightbox": 1
463+
"lightbox": 2
446464
}
447465
},
448466
{
@@ -545,8 +563,8 @@
545563
"keywords": ["scroll", "back to top", "button"],
546564
"category": "Components",
547565
"priority": {
548-
"scroll": 1,
549-
"button": 1
566+
"scroll": 3,
567+
"button": 4
550568
}
551569
},
552570
{
@@ -556,7 +574,7 @@
556574
"category": "Components",
557575
"priority": {
558576
"social": 1,
559-
"button": 1
577+
"button": 3
560578
}
561579
},
562580
{
@@ -631,17 +649,14 @@
631649
"category": "Components",
632650
"priority": {
633651
"video": 1,
634-
"carousel": 1
652+
"carousel": 2
635653
}
636654
},
637655
{
638656
"href": "/docs/standard/forms/form-templates/",
639657
"name": "Form templates",
640658
"keywords": ["forms", "form templates"],
641-
"category": "Forms",
642-
"priority": {
643-
"form": 1
644-
}
659+
"category": "Forms"
645660
},
646661
{
647662
"href": "/docs/standard/forms/checkbox/",
@@ -669,7 +684,9 @@
669684
"keywords": ["date", "datetimepicker", "datepicker", "timepicker"],
670685
"category": "Forms",
671686
"priority": {
672-
"date": 1,
687+
"date": 2,
688+
"datepicker": 2,
689+
"timepicker": 2,
673690
"datetimepicker": 1
674691
}
675692
},
@@ -698,7 +715,8 @@
698715
"keywords": ["validation", "form", "forms", "input", "submit"],
699716
"category": "Forms",
700717
"priority": {
701-
"validation": 1
718+
"validation": 1,
719+
"input": 2
702720
}
703721
},
704722
{
@@ -809,13 +827,21 @@
809827
"keywords": ["charts", "advanced", "advanced charts", "chart"],
810828
"category": "Data",
811829
"priority": {
812-
"chart": 1
830+
"chart": 2
813831
}
814832
},
815833
{
816834
"href": "/docs/standard/data/tables/",
817835
"name": "Tables",
818-
"keywords": ["tables"],
836+
"keywords": [
837+
"tables",
838+
"striped",
839+
"hoverable",
840+
"bordered",
841+
"borderless",
842+
"small",
843+
"responsive"
844+
],
819845
"category": "Data",
820846
"priority": {
821847
"table": 1
@@ -824,10 +850,18 @@
824850
{
825851
"href": "/docs/standard/data/datatables/",
826852
"name": "Datatables",
827-
"keywords": ["datatables"],
853+
"keywords": [
854+
"datatables",
855+
"sort",
856+
"filter",
857+
"search",
858+
"async data",
859+
"table"
860+
],
828861
"category": "Data",
829862
"priority": {
830-
"table": 1
863+
"table": 2,
864+
"datatable": 1
831865
}
832866
},
833867
{
@@ -842,7 +876,7 @@
842876
{
843877
"href": "/docs/standard/methods/loading-management/",
844878
"name": "Loading management",
845-
"keywords": ["loading", "management"],
879+
"keywords": ["loading", "management", "spinner", "loader"],
846880
"category": "Methods"
847881
},
848882
{
@@ -872,16 +906,17 @@
872906
{
873907
"href": "/docs/standard/methods/scrollbar/",
874908
"name": "Scrollbar",
875-
"keywords": ["scrollbar", "scroll", "bar"],
909+
"keywords": ["scrollbar", "scroll", "bar", "Perfect scrollbar"],
876910
"category": "Methods",
877911
"priority": {
878-
"scrollbar": 1
912+
"scrollbar": 1,
913+
"scroll": 2
879914
}
880915
},
881916
{
882917
"href": "/docs/standard/methods/touch/",
883918
"name": "Touch",
884-
"keywords": ["touch"],
919+
"keywords": ["touch", "mobile"],
885920
"category": "Methods",
886921
"priority": {
887922
"touch": 1
@@ -899,7 +934,7 @@
899934
{
900935
"href": "/docs/standard/methods/sticky/",
901936
"name": "Sticky",
902-
"keywords": ["sticky"],
937+
"keywords": ["sticky", "affix"],
903938
"category": "Methods"
904939
},
905940
{
@@ -911,19 +946,10 @@
911946
"hero": 1
912947
}
913948
},
914-
{
915-
"href": "/docs/standard/designblocks/hero-sections/",
916-
"name": "Hero sections",
917-
"keywords": ["hero", "hero sections", "intro"],
918-
"category": "Design blocks",
919-
"priority": {
920-
"hero": 1
921-
}
922-
},
923949
{
924950
"href": "/pro/",
925951
"name": "Pricing",
926-
"keywords": ["pro", "pricing"],
952+
"keywords": ["pro", "pricing", "commercial"],
927953
"category": "Commercial"
928954
},
929955
{

0 commit comments

Comments
 (0)