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
As a user, I'd like to be able to index / slice or search based on values contained within frontmatter when creating a custom search. Ideally using more than one key to slice
Example of files being searched for in a custom search
FIle 1 - cheese project
doc-type: tasktask-type: project
FIle 2 - ease project
doc-type: tasktask-type: project
FIle 3 - swiss cheese
doc-type: tasktask-type: oneoff
Ideally I can create a custom search that only operates on doc-type == task and task-type== project. Then a search for ease would rank
FIle 2 - ease project
FIle 1 - cheese project
(File 3 wouldn't appear in results)
Proposed methods
Add additional ranking criteria
Allow for passing a dataviewjs pages array with a custom query
The text was updated successfully, but these errors were encountered:
As a user, I'd like to be able to index / slice or search based on values contained within frontmatter when creating a custom search. Ideally using more than one key to slice
Example of files being searched for in a custom search
FIle 1 - cheese project
FIle 2 - ease project
FIle 3 - swiss cheese
Ideally I can create a custom search that only operates on
doc-type == task
andtask-type== project
. Then a search forease
would rank(File 3 wouldn't appear in results)
Proposed methods
The text was updated successfully, but these errors were encountered: