mirror of
https://github.com/remoteintech/remote-jobs
synced 2024-12-26 12:23:09 +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
|
||
---|---|---|
.. | ||
bad-profile-headings | ||
bad-profile-links | ||
bad-profile-titles | ||
bad-table-rows | ||
duplicate-company | ||
mismatched-incomplete-indicators | ||
missing-company-names | ||
name-outside-link | ||
orphaned-profiles | ||
unsorted | ||
valid | ||
valid-incomplete |