JSONAPI-Resources / JSONAPI-Resources/jsonapi-resources

Allow value with comma to be parsed as single value

Aperta
#1,153 1 commento 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Lingua principale
Ruby
Stelle
2.3k
Fork
546
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

This issue is a (choose one):

  • Problem/bug report.
  • Feature request.
  • Request for support. Note: Please try to avoid submitting issues for support requests. Use Gitter instead.

Checklist before submitting:

  • I've searched for an existing issue.
  • I've asked my question on Gitter and have not received a satisfactory answer.
  • I've included a complete bug report template. This step helps us and allows us to see the bug without trying to reproduce the problem from your description. It helps you because you will frequently detect if it's a problem specific to your project.
  • The feature I'm asking for is compliant with the JSON:API spec.

Description

Create a setting that can be set per resource to disable to automatic parsing of a string with commas into a split array.

Features:

Sometimes, it is a requirement in an API to search by a longer form text field that includes a comma. Currently, when that happens the filter values are translated into an ARRAY whose count is greater then 1 .

Using that array in ActiveRecord causes a WHERE field IN () query to be generated instead of a WHERE field = '' query.

This feature would allow you to override that behavior on a per resource basis

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Direzione di ricerca

Inizia individuando il punto di ingresso per il parsing dei valori dei filtri e il meccanismo di configurazione per risorsa, quindi riproduci il filtro contenente una virgola con ActiveRecord. Il lavoro è completo quando una risorsa può conservare un valore contenente una virgola come un singolo valore quando configurata in tal senso, mentre il comportamento di suddivisione esistente rimane invariato per impostazione predefinita.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
rails, ruby
Ambito
api, backend
Tipo di issue
Funzionalità
Difficoltà
4/5
Tempo stimato
3-5 giorni
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
35/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.