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
Finding majigs uses regex and indexes to retrieve majigs that match a term on the tags, path, or markdown. It works correctly and quickly, but could be a scaling issue. Results are sorted based on passed in filter, usually updated or published.
Desired
Add a text index for the markdown field, and potentially others. Retrieve results that match a term on the tags, path, or markdown. Finding majigs uses the $test: { $search:'terms' } } operators. Results can be and are by default sorted based on weighted search, or by passed in filters.
Current
Finding majigs uses regex and indexes to retrieve majigs that match a term on the tags, path, or markdown. It works correctly and quickly, but could be a scaling issue. Results are sorted based on passed in filter, usually updated or published.
Desired
Add a text index for the markdown field, and potentially others. Retrieve results that match a term on the tags, path, or markdown. Finding majigs uses the
$test: { $search:'terms' } }
operators. Results can be and are by default sorted based on weighted search, or by passed in filters.Sources
The text was updated successfully, but these errors were encountered: