-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed a852ffe with MkDocs version: 1.4.2
- Loading branch information
Showing
7 changed files
with
361 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,244 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
|
||
<link rel="canonical" href="https://docs.peeringdb.com/blog/2025_better_search/"> | ||
<link rel="shortcut icon" href="../../img/favicon.ico"> | ||
<title>2025 Starts With Better Search - PeeringDB Docs</title> | ||
<link href="../../css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="../../css/font-awesome.min.css" rel="stylesheet"> | ||
<link href="../../css/base.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/github.min.css"> | ||
<link href="../../extra.css" rel="stylesheet"> | ||
|
||
<script src="../../js/jquery-1.10.2.min.js" defer></script> | ||
<script src="../../js/bootstrap.min.js" defer></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script> | ||
<script>hljs.initHighlightingOnLoad();</script> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-14LRNCMV44"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-14LRNCMV44'); | ||
</script> | ||
</head> | ||
|
||
<body> | ||
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="../..">PeeringDB Docs</a> | ||
<!-- Expander button --> | ||
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
|
||
<!-- Expanded navigation --> | ||
<div id="navbar-collapse" class="navbar-collapse collapse"> | ||
<!-- Main navigation --> | ||
<ul class="nav navbar-nav"> | ||
<li class="navitem"> | ||
<a href="../.." class="nav-link">About</a> | ||
</li> | ||
<li class="navitem"> | ||
<a href="../../gov/" class="nav-link">Governance</a> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Committees & Task Forces <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
|
||
<li> | ||
<a href="../../committee/admin/" class="dropdown-item">Admin Committee</a> | ||
</li> | ||
|
||
<li> | ||
<a href="../../committee/outreach/" class="dropdown-item">Outreach Committee</a> | ||
</li> | ||
|
||
<li> | ||
<a href="../../committee/product/" class="dropdown-item">Product Committee</a> | ||
</li> | ||
|
||
<li> | ||
<a href="../../taskforce/dataownership/" class="dropdown-item">Data Ownership Task Force</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Technical <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
|
||
<li> | ||
<a href="../../release_notes/" class="dropdown-item">Release Notes</a> | ||
</li> | ||
|
||
<li> | ||
<a href="../../api_specs/" class="dropdown-item">API Specs</a> | ||
</li> | ||
|
||
<li> | ||
<a href="../../ix-f-json-import-rules/" class="dropdown-item">IX-F JSON</a> | ||
</li> | ||
|
||
<li> | ||
<a href="../../oauth/" class="dropdown-item">OAuth</a> | ||
</li> | ||
|
||
<li> | ||
<a href="../../translation/" class="dropdown-item">Translations</a> | ||
</li> | ||
|
||
<li> | ||
<a href="https://github.com/peeringdb/peeringdb/tree/master/docs" class="dropdown-item">Developer Documentation</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="navitem"> | ||
<a href="../../howtos/" class="nav-link">HOWTOs</a> | ||
</li> | ||
<li class="navitem"> | ||
<a href="../../faq/" class="nav-link">FAQs</a> | ||
</li> | ||
<li class="navitem"> | ||
<a href="../../blogs/" class="nav-link">Blogs</a> | ||
</li> | ||
</ul> | ||
|
||
<ul class="nav navbar-nav ml-auto"> | ||
<li class="nav-item"> | ||
<a href="#" class="nav-link" data-toggle="modal" data-target="#mkdocs_search_modal"> | ||
<i class="fa fa-search"></i> Search | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-3"><div class="navbar-light navbar-expand-md bs-sidebar hidden-print affix" role="complementary"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggler collapsed" data-toggle="collapse" data-target="#toc-collapse" title="Table of Contents"> | ||
<span class="fa fa-angle-down"></span> | ||
</button> | ||
</div> | ||
|
||
|
||
<div id="toc-collapse" class="navbar-collapse collapse card bg-secondary"> | ||
<ul class="nav flex-column"> | ||
|
||
<li class="nav-item" data-level="1"><a href="#2025-starts-with-better-search" class="nav-link">2025 Starts With Better Search</a> | ||
<ul class="nav flex-column"> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
</div></div> | ||
<div class="col-md-9" role="main"> | ||
|
||
<h1 id="2025-starts-with-better-search">2025 Starts With Better Search</h1> | ||
<p>We’ve made some improvements to search. Both the results returned and the way they are presented are better. Now, you can have results presented in a simple list or in categories, as before.</p> | ||
<p><img alt="Category versus list view search on mobile" src="../images/category_vs_list_view.png" /></p> | ||
<p>You might want to check the searches that are most important to you. We’ve improved in several ways:</p> | ||
<ul> | ||
<li>Better results for exact match searches like AS Numbers</li> | ||
<li>Better results for exact match searches like Campus or Facility names</li> | ||
<li>Results are more complete while remaining relevant</li> | ||
</ul> | ||
<p>There are also improvements to bugs in Advanced Search. We've fixed bugs that affected searches for facilities with diverse serving substations, and exporting carrier data.</p> | ||
<p>The reports that alerted us to these bugs will also help us with future improvements. We’re using the feedback provided by users to make major updates behind the scenes. </p> | ||
<p>If you have an idea to improve PeeringDB you can share it on our <a href="https://docs.peeringdb.com/#mailing-lists">low traffic mailing lists</a> or create an issue directly on <a href="https://github.com/peeringdb/peeringdb/issues">GitHub</a>. If you find a data quality issue, please let us know at <a href="mailto:[email protected]">[email protected]</a>.</p> | ||
<hr /> | ||
<p>PeeringDB is a freely available, user-maintained, database of networks, and the go-to location for interconnection data. The database facilitates the global interconnection of networks at Internet Exchange Points (IXPs), data centers, and other interconnection facilities, and is the first stop in making interconnection decisions.</p></div> | ||
</div> | ||
</div> | ||
|
||
<footer class="col-md-12"> | ||
<table border="0" cellpadding ="0" cellspacing ="0"><tr> | ||
<a target='_blank' href='https://www.peeringdb.com/'><img align=left style='height:69px' src='/img/./pdb-logo-coloured.svg' alt='PeeringDB Logo'></a> | ||
</tr></table> | ||
<table border="0" cellpadding ="0" cellspacing ="0"><tr> | ||
<a target='_blank' href='https://www.facebook.com/peeringdb'><img align=left style='height:50px; padding:5px' src='/img/social-facebook.png' alt='Facebook Logo'></a> | ||
<a target='_blank' href='https://github.com/peeringdb/peeringdb/issues'><img align=left style='height:50px; padding:5px' src='/img/social-github.png' alt='GitHub Logo'></a> | ||
<a target='_blank' href='https://www.linkedin.com/company/peeringdb'><img align=left style='height:50px; padding:5px' src='/img/social-linkedin.png' alt='LinkedIn Logo'></a> | ||
<a target='_blank' href='https://twitter.com/PeeringDB'><img align=left style='height:50px; padding:5px' src='/img/social-x.png' alt='X Logo'></a> | ||
<a target='_blank' href='https://www.youtube.com/channel/UCOrYWUg-dbL9UTFV_Lry6Wg'><img align=left style='height:50px; padding:5px' src='/img/social-youtube.png' alt='YouTube Logo'></a> | ||
</tr></table> | ||
|
||
</footer> | ||
<script> | ||
var base_url = "../..", | ||
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83}; | ||
</script> | ||
<script src="../../js/base.js" defer></script> | ||
<script src="../../search/main.js" defer></script> | ||
|
||
<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true"> | ||
<div class="modal-dialog modal-lg"> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<h4 class="modal-title" id="searchModalLabel">Search</h4> | ||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> | ||
</div> | ||
<div class="modal-body"> | ||
<p>From here you can search these documents. Enter your search terms below.</p> | ||
<form> | ||
<div class="form-group"> | ||
<input type="search" class="form-control" placeholder="Search..." id="mkdocs-search-query" title="Type search term here"> | ||
</div> | ||
</form> | ||
<div id="mkdocs-search-results" data-no-results-text="No results found"></div> | ||
</div> | ||
<div class="modal-footer"> | ||
</div> | ||
</div> | ||
</div> | ||
</div><div class="modal" id="mkdocs_keyboard_modal" tabindex="-1" role="dialog" aria-labelledby="keyboardModalLabel" aria-hidden="true"> | ||
<div class="modal-dialog"> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4> | ||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> | ||
</div> | ||
<div class="modal-body"> | ||
<table class="table"> | ||
<thead> | ||
<tr> | ||
<th style="width: 20%;">Keys</th> | ||
<th>Action</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td class="help shortcut"><kbd>?</kbd></td> | ||
<td>Open this help</td> | ||
</tr> | ||
<tr> | ||
<td class="next shortcut"><kbd>n</kbd></td> | ||
<td>Next page</td> | ||
</tr> | ||
<tr> | ||
<td class="prev shortcut"><kbd>p</kbd></td> | ||
<td>Previous page</td> | ||
</tr> | ||
<tr> | ||
<td class="search shortcut"><kbd>s</kbd></td> | ||
<td>Search</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<div class="modal-footer"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.