mirror of
https://github.com/remoteintech/remote-jobs
synced 2024-12-28 13:23:07 +00:00
dac8b04fc8
* Prevent duplicate company names
* Fix output indentation
* Search full profile content using lunr.js
* Remove extra stop words
This wasn't really working correctly - the stop word 'work' would leave
instances of 'working' and 'works' in the index for example.
* Change company name description from "Name" to "Company name"
* Pre-process query:
- Search for terms in AND mode, per
https://lunrjs.com/guides/searching.html#term-presence
- Discard non-alphanumeric characters from the search
- Better handling of contractions and searching for stop words
* Display search query and results in the console
* Add special search token: _incomplete
* Add a link to search for incomplete profiles
* Revert "Add a link to search for incomplete profiles"
This reverts commit
|
||
---|---|---|
.. | ||
10up.companyBlurb.html | ||
10up.companySize.html | ||
10up.companyTechnologies.html | ||
10up.howToApply.html | ||
10up.region.html | ||
10up.remoteStatus.html | ||
17hats.companyBlurb.html | ||
17hats.companySize.html | ||
17hats.companyTechnologies.html | ||
17hats.region.html | ||
17hats.remoteStatus.html | ||
18f.companyBlurb.html | ||
18f.companySize.html | ||
18f.howToApply.html | ||
18f.region.html | ||
18f.remoteStatus.html | ||
45royale.companyBlurb.html | ||
aerolab.companyBlurb.html | ||
and-yet.companyBlurb.html | ||
and-yet.companySize.html | ||
and-yet.companyTechnologies.html | ||
and-yet.howToApply.html | ||
and-yet.officeLocations.html | ||
and-yet.region.html | ||
and-yet.remoteStatus.html | ||
angularclass.companyBlurb.html | ||
readme.html |
<h1 id="test-data">Test data</h1> <p>This company table and its linked company profiles contain some companies that have very little information, marked with a ⚠ symbol.</p> <p>The website for AngularClass has been changed to test an edge case with company website links.</p> <h2 id="companies">Companies</h2> <table id="companies-table"> <thead> <tr> <th>Name</th> <th>Website</th> <th>Region</th> </tr> </thead> <tbody><tr class="company-row" id="company-row-0"> <td class="company-name"><a href="/and-yet/">&yet</a></td> <td class="company-website"><a href="https://andyet.com" target="_blank" rel="noopener noreferrer">andyet.com</a></td> <td class="company-region">Worldwide</td> </tr> <tr class="company-row" id="company-row-1"> <td class="company-name"><a href="/10up/">10up</a></td> <td class="company-website"><a href="https://10up.com/" target="_blank" rel="noopener noreferrer">10up.com</a></td> <td class="company-region">Worldwide</td> </tr> <tr class="company-row" id="company-row-2"> <td class="company-name"><a href="/17hats/">17hats</a></td> <td class="company-website"><a href="https://www.17hats.com/" target="_blank" rel="noopener noreferrer">17hats.com</a></td> <td class="company-region">Worldwide</td> </tr> <tr class="company-row" id="company-row-3"> <td class="company-name"><a href="/18f/">18F</a></td> <td class="company-website"><a href="https://18f.gsa.gov/" target="_blank" rel="noopener noreferrer">18f.gsa.gov</a></td> <td class="company-region">USA</td> </tr> <tr class="company-row" id="company-row-4"> <td class="company-name"><a href="/45royale/">45royale</a> ⚠</td> <td class="company-website"><a href="http://45royale.com/" target="_blank" rel="noopener noreferrer">45royale.com</a></td> <td class="company-region"></td> </tr> <tr class="company-row" id="company-row-5"> <td class="company-name"><a href="/aerolab/">Aerolab</a> ⚠</td> <td class="company-website"><a href="https://aerolab.co/" target="_blank" rel="noopener noreferrer">aerolab.co</a></td> <td class="company-region"></td> </tr> <tr class="company-row" id="company-row-6"> <td class="company-name"><a href="/angularclass/">AngularClass</a> ⚠</td> <td class="company-website"><a href="http://www.wikihow.com/wikiHow:About-wikiHow" target="_blank" rel="noopener noreferrer">wikihow.com/wikiHow:About-wikiHow</a></td> <td class="company-region">PST Timezone</td> </tr> </tbody></table>