Skip to content

Commit

Permalink
Merge #241
Browse files Browse the repository at this point in the history
241: Remove todo comments in code samples r=alallema a=curquiza

The documentation will not display the `Java` tab if it cannot find the associated text for the code sample. I would rather no tab being displayed rather than a `// todo`
WDYT?

Co-authored-by: Clémentine Urquizar <[email protected]>
  • Loading branch information
bors[bot] and curquiza authored Oct 13, 2021
2 parents ef5972f + 482038a commit 8282bc5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,7 @@ search_guide_2: |-
new SearchRequest("Avengers").setFilter(new String[] {"release_date > \"795484800\""});
client.index("movies").search(searchRequest);
getting_started_add_documents_md: |-
//To do
getting_started_search_md: |-
//To do
faceted_search_update_settings_1: |-
Settings settings = new Settings();
settings.setFilterableAttributes(new String[] {"director", "genres"});
Expand Down Expand Up @@ -361,7 +359,6 @@ faceted_search_walkthrough_facets_distribution_1: |-
new SearchRequest("Batman").setFacetsDistribution(new String[] {"genres"});
client.index("movies").search(searchRequest);
add_movies_json_1: |-
//To do
post_dump_1: |-
client.createDump();
get_dump_status_1: |-
Expand Down

0 comments on commit 8282bc5

Please sign in to comment.