Closed darkduckgo closed 5 years ago
Sounds reasonable. I think we probrably can add a new article front-matter like indexing
(by deauflt is true) to decide wether it’s to be indexed in the search content.
@imbadark done. Now you can add indexing: false
to your post meta to exclude indexing.
@imbadark done. Now you can add
indexing: false
to your post meta to exclude indexing.
Good job. Thanks a lot , I will feedback if I find anything unusual.
@wzpan what if i just want to index title and description except for content for single post? any solution?
But every time the browser loads an MB file, it will deeply affect the loading speed of the search bar.After I checked
search.json
file ,I found it seems to read the encrypted article that thesearch.xml
will not read before. and that makes it load a lot of very long code snippets or articles, as well as private articles.So can I write a simple logical judgment, like if there is an
encrypt
in the meta, and then skip the content entry of this part of the article?THX~