Commit 225542c
ebembi-crdb
Fix session variable search discoverability in docs
Enhance session variable descriptions with variable names to improve
search discoverability. Session variables like default_transaction_use_follower_reads
were not findable via search because variable names appeared only in
filtered table cells while descriptions lacked the variable names.
The fix prepends session variable names to their descriptions for
session-variables.html, making them discoverable without creating
additional index records.
Fixes issue where customers couldn't find documented session variables
through main docs search functionality.1 parent f775435 commit 225542c
1 file changed
+27
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
672 | 672 | | |
673 | 673 | | |
674 | 674 | | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
675 | 699 | | |
676 | 700 | | |
677 | 701 | | |
| |||
738 | 762 | | |
739 | 763 | | |
740 | 764 | | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
741 | 768 | | |
742 | 769 | | |
743 | 770 | | |
| |||
0 commit comments