Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazy index getting started suggestion #571

Merged
merged 17 commits into from
Jan 18, 2021
Merged

Lazy index getting started suggestion #571

merged 17 commits into from
Jan 18, 2021

Conversation

bidoubiwa
Copy link
Contributor

@bidoubiwa bidoubiwa commented Oct 27, 2020

This is a draft for lazy index in getting started.

Since this PR is waiting on meilisearch/integration-guides#48 it is but as a draft to ensure it will not be merged.

@bidoubiwa bidoubiwa changed the base branch from master to lazy-index October 27, 2020 16:34
curquiza
curquiza previously approved these changes Oct 28, 2020
Copy link
Member

@curquiza curquiza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm absolutely not against this simplification. It does not drastically impact other sections of the docs if I'm correct.
The only point is for the integration team: once this PR is merged, we should be ready to implement the change about the lazy index, see meilisearch/integration-guides#48. Otherwise, both getting started (from the docs and from the README) would not be consitent. The docs getting started link is now present at the top of each README, so both of them are now highly related.

Base automatically changed from lazy-index to prepare-meilisearch-11-2020 November 2, 2020 09:32
@bidoubiwa bidoubiwa marked this pull request as draft November 2, 2020 09:34
@bidoubiwa bidoubiwa force-pushed the prepare-meilisearch-11-2020 branch from fc64742 to bc3e9d3 Compare November 4, 2020 12:06
Base automatically changed from prepare-meilisearch-11-2020 to master November 4, 2020 13:17
@bidoubiwa bidoubiwa dismissed curquiza’s stale review November 4, 2020 13:17

The base branch was changed.

@eskombro
Copy link
Member

eskombro commented Dec 7, 2020

I found this at the bottom of my notifications list, missed it somehow. Do you still need a review? And sorry for missing this!

@dichotommy
Copy link
Contributor

Are we still waiting on changes to the README files, or can these changes be applied to the docs site?

@curquiza
Copy link
Member

Hello @React-learner,
waiting for @bidoubiwa to finalize the job, there are still some improvements to do on the integration side, sorry!

@bidoubiwa bidoubiwa marked this pull request as ready for review January 13, 2021 16:36
@bidoubiwa bidoubiwa requested a review from dichotommy January 13, 2021 16:37
bors bot added a commit to meilisearch/meilisearch-js that referenced this pull request Jan 14, 2021
745: Update code samples searchabld and lazy index r=curquiza a=bidoubiwa

Update the following code samples 
- document addition in getting started
- searchable attribute
- displayed attribute
meilisearch/documentation#571
meilisearch/integration-guides#75

Co-authored-by: Charlotte Vermandel <charlottevermandel@gmail.com>
bors bot added a commit to meilisearch/meilisearch-ruby that referenced this pull request Jan 14, 2021
138: Update code-samples r=curquiza a=curquiza

meilisearch/documentation#571
meilisearch/integration-guides#75

Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
bors bot added a commit to meilisearch/meilisearch-php that referenced this pull request Jan 14, 2021
130: Update code-samples r=curquiza a=curquiza

meilisearch/documentation#571
meilisearch/integration-guides#75

Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
bors bot added a commit to meilisearch/meilisearch-rust that referenced this pull request Jan 14, 2021
90: Update code-samples r=curquiza a=curquiza

meilisearch/documentation#571
meilisearch/integration-guides#75

Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
curquiza
curquiza previously approved these changes Jan 18, 2021
bidoubiwa and others added 14 commits January 18, 2021 19:11
Co-authored-by: Tommy <68053732+react-learner@users.noreply.github.com>
Co-authored-by: Tommy <68053732+react-learner@users.noreply.github.com>
Co-authored-by: Tommy <68053732+react-learner@users.noreply.github.com>
Co-authored-by: Tommy <68053732+react-learner@users.noreply.github.com>
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
bidoubiwa and others added 2 commits January 18, 2021 19:15
Co-authored-by: Tommy <68053732+react-learner@users.noreply.github.com>
Co-authored-by: Tommy <68053732+react-learner@users.noreply.github.com>
@bidoubiwa bidoubiwa requested a review from dichotommy January 18, 2021 18:15
dichotommy
dichotommy previously approved these changes Jan 18, 2021
Copy link
Contributor

@dichotommy dichotommy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🔥🔥🔥

Copy link
Contributor

@dichotommy dichotommy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 2: Still Looks Good To Me 🕺

@dichotommy dichotommy merged commit 223b0ee into master Jan 18, 2021
@dichotommy dichotommy deleted the lazy-suggestion branch January 18, 2021 18:26
dichotommy added a commit that referenced this pull request Jan 22, 2021
* Update upgrading guide in installation

* Bump eslint from 7.17.0 to 7.18.0 (#704)

Bumps [eslint](https://github.com/eslint/eslint) from 7.17.0 to 7.18.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v7.17.0...v7.18.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Remove axios vulnerability (#703)

Co-authored-by: Tommy <68053732+react-learner@users.noreply.github.com>

* Lazy index getting started suggestion (#571)

* Prepare documentation for release 11/2020 of MeiliSearch

* Change documents references

* Add lazy index to indexes main concept

* Suggestion for lazy index into getting started

* Fix type

* Apply suggestions from code review

Co-authored-by: Tommy <68053732+react-learner@users.noreply.github.com>

* Update guides/introduction/quick_start_guide.md

Co-authored-by: Tommy <68053732+react-learner@users.noreply.github.com>

* Update .vuepress/config.js

Co-authored-by: Tommy <68053732+react-learner@users.noreply.github.com>

* Update references/documents.md

Co-authored-by: Tommy <68053732+react-learner@users.noreply.github.com>

* Remove create index code sample

* Update guides/introduction/quick_start_guide.md

Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>

* Update guides/main_concepts/indexes.md

Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>

* Update guides/main_concepts/indexes.md

Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>

* Update documents addition in getting started. Updated primary key definition

* Update .vuepress/components/glossary.vue

Co-authored-by: Tommy <68053732+react-learner@users.noreply.github.com>

* Update guides/introduction/quick_start_guide.md

Co-authored-by: Tommy <68053732+react-learner@users.noreply.github.com>

* Fix styling

Co-authored-by: Tommy <68053732+react-learner@users.noreply.github.com>
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>

* Update LICENSE (#709)

* Update guides/advanced_guides/installation.md

Co-authored-by: Tommy <68053732+react-learner@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Tommy <68053732+react-learner@users.noreply.github.com>

* Update upgrading guide in installation

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Tommy <68053732+react-learner@users.noreply.github.com>
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants