You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
document.getElementById('search-tip-overview').innerHTML="Overview of search tips for effective filtering.";
881
-
document.getElementById('search-tip-and').innerHTML="<strong>AND</strong>: Limit results - <em>React and Node</em> (Search for project cards that contain both React and Node.)";
882
-
document.getElementById('search-tip-or').innerHTML="<strong>OR</strong>: One term or another - <em>Python or Javascript</em> (Search for project cards that contains Python or JavaScript.)";
883
-
document.getElementById('search-tip-not').innerHTML="<strong>-</strong>: Exclude a term from the search - <em>React -Django</em> (Limits project card results to only those with React and not the term Django.)";
document.getElementById('table-meaning-3').innerHTML="Exclude a term from the search";
888
+
document.getElementById('table-example-3').innerHTML="<em>React -Django (Limits project card results to only those with React and not the term Django.)</em>";
0 commit comments