Mentions légales du service

Skip to content
Snippets Groups Projects

WIP Feature/search

Open Robin Tissot requested to merge feature/search into feature/polygons
2 unresolved threads

Merge request reports

Approval is optional
The target branch feature/polygons does not exist. Please restore it or use a different target branch.

Merge details

  • 9 commits and 1 merge commit will be added to feature/polygons.
  • Source branch will not be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
11 13
12 14 from api.serializers import *
13 15 from core.models import *
16 from core.search import DocumentPartDocument
  • 96 96
    97 97 name = models.CharField(max_length=128)
    98 98 name_fr = models.CharField(max_length=128, blank=True)
    99 iso_code = models.CharField(max_length=4, blank=True)
    99 iso_code = models.CharField(max_length=4, blank=True)
  • Robin Tissot added 1 commit

    added 1 commit

    • 8624bf9f - Automatic es indexation and some ui sugar.

    Compare with previous version

  • Robin Tissot added 3 commits

    added 3 commits

    • fdfd417b - Forgoten migration
    • 5273964b - Merge branch 'feature/search' of gitlab.inria.fr:scripta/escriptorium into feature/search
    • 593811f2 - Fixes migrations conflicts.

    Compare with previous version

  • Please register or sign in to reply
    Loading