Skip to content

Commit 595bb9a

Browse files
committed
spelling: won't
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 955f2c2 commit 595bb9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/search_migration/solr_migrations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ Our Solr schema has 12 main fields:
1515
*_public
1616
*_wiki
1717
*_description
18-
*_url -- we wont search on url so it is not indexed, but we're keeping it so we can
18+
*_url -- we won't search on url so it is not indexed, but we're keeping it so we can
1919
navigate to the project
2020
*_tags -- this is a multivalued values, meaning that it can have multiple values.
2121
components can have multiple tags, so this field is multivalued
2222
*_contributors -- multivalued field. ** note: contributors and users are different
2323
ways of capturing the same information. searching contributors returns the projects
2424
that the searched for person is part of it. alternatively, searching users returns
2525
the profile pages of the user **
26-
*_contributors_url -- not indexed because we wont search on it, but we will keep it
26+
*_contributors_url -- not indexed because we won't search on it, but we will keep it
2727
so we can easily navigate to contributor
2828
public -- not dynamic, as we will filter projects that are not public. if a node is
2929
private, we still want to return the project itself.

0 commit comments

Comments
 (0)